Friday, 14 August 2015

ADF interview questions latest

1> What are View links?

Ans> View link creates a join between two views when we want to have parent child relationship between two views. In another way they are used when we want to
     create master detail relationship between 2 view objects.

     For eg : creating a view link between view objects will allow you to create relationships between:
     
            A dropdown list for selecting a customer and a table displaying that customer's orders
           The nodes in a tree control and their respective children
           An HTML page containing two frames: one that allows the user to browse for items and the other that lists the wherehouses in which the selected item is stored

2>  Explain View links with example of query

Ans >  A view link definition relates two view object definitions. In the vast majority of cases, the view object definitions will contain SQL queries that access a database, and the view link definition will relate those queries using a parametrized WHERE clause, which is appended to the destination view object's query and resolved using the values of source attributes.

For example, suppose you had the following view object definitions:

CustomersView, containing the query
SELECT * FROM CUSTOMERS
OrdersView, containing the query
SELECT * FROM ORDERS
You could create a view link, CustOrdLink, with

CustomersView's CustomerId attribute as its source attribute
The parametrized WHERE clause
WHERE :1 = ORDERS.CUSTOMER_ID

You could then use CustOrdLink conjunction with a row from CustomersView (for example, the row for Customer 101) and all of OrdersView to return the rows from the query

SELECT * FROM ORDERS
WHERE 101 = ORDERS.CUSTOMER_ID      
JDeveloper will create the parametrized query for you based on the attributes you select. If you do not change this query, you can make the view link bidirectional.
This will switch the roles of the source and destination attributes. For example, if you make CustOrdLink bidirectional,
you can use it in conjunction with a row from OrdersView (for example, a row for an order placed by Customer 101)
and all of CustomersView to return the rows from the query

SELECT * FROM CUSTOMERS
WHERE CUSTOMERS.CUSTOMER_ID = 101    

3> What is association and compositions
Ans > There are two kinds of one-to-many relationships:

Cases where the children are not, strictly speaking, part of the parent. For example, a single department is related to many employees, but employees are independently existing things, not just parts of departments. A company could eliminate a department without necessarily eliminating its members.
Cases where the children are part of the parent. For example, a line item is strictly part of a purchase order. It makes no sense to delete an order without deleting all of its line items.
You can represent this difference by making associations of the second type into compositions. Making a one-to-many association into a composition has four effects:

Oracle ADF Business Components prevents you from creating a child entity object instance with no parent
Oracle ADF Business Components prevents you from deleting a parent entity object instance without deleting all of its children (the composition can be configured to delete the children, or to throw an exception when this is attempted)
Oracle ADF Business Components attempts to acquire a lock on a parent row whenever it acquires a lock on one of its children
Oracle ADF Business Components marks a parent entity object instance as needing validation whenever it marks one of its children as needing validation


  

Monday, 11 May 2015

Oracle Cloud Certifications in HCM

Oracle HCM Cloud Certfications

Links: 

http://www.oracle.com/partners/en/products/applications/fusion-HCM-exam-1Z0-584/index.html
http://fusiontipster.com/2014/11/26/becoming-a-fusion-hcm-implementation-specialist/

Video links: 



Content from Discussions :


Hi All,

I have appeared for this exam today. So want to share my insights on it before you folks go for it.


For Oracle Fusion Human Capital Management 11g Human Resources Essentials
* Workforce Structures

* Model

* and Action Reasons

* organizations,Grades, Jobs, and Positions

* a New Content Type and Items

* Data Security for HCM

Exclude topics Currency,Absence Management,Zones,zonetypes,Approval Mgt,Checklist&events


Questions

* HCM Architecture questions(10 questios)

a)Which products coming under Workforce deployment?
(Global hr,global payroll etc)
b)Which products coming under Workforce development?
(Performance Management,Goal Management,Talent review,Network at work)
c)Which products coming under Workforce Rewards?
(Compensation Mgt,Incentive mgt,Benefits Mgt)

d)Out Of Box-->OTL,iRecruitment,OLM

* Adoptions?( 4 questions)

a)SAAS
b)on premise

* Fusion HCM Securiry questions(more than 10 questions)

a)Oracle Identity Management(LDAP,GRC)
b)Oracle Authorization Policy Manager

* Payroll Legislation?(2 questions)

(US,UK,UAE,CHINA)

* and Action Reasons topic questions?(5 to 7 questions)

* Model questions?(5 to 10 questions)

(2-tier,3-tier,work relationships)

* Jobs, and Positions questions?(more than 10)

a)profile option for grade &job/position relatinship
b)Predefined Tree structure(Geographies,position,Organizations,Department)
c)Position Incumbent(1 question)

* to 5 questions related to general HR Datetracking?

(Effective start_date& end_date related)

* Type and Items?(3 to 4 questions)

* Assignment screen which fields are updated by HR?

* fields are related to date effective?

a)phone number b)national idetifier c)first_name

* Data group )(2 r 3 questions)

(Payroll statutory relatinship(one to one),tax reporting etc)

* set enabled objects?

(Department,Locations,jobs,grades)

* types?(2 questions)

(Nonworker,Pending worker)

* & Local name format?(1 question)

* number generation ?(2 to 3 questions)

* Action types?

(Global Transfer,Hire an employee,Promotion,Termination)

* used in fusion hcm?

a)BI Reports b)Discoverer c)Warehouse builder ...
* Definition Fusion HCM & Fusion Middleware?

(role centric,adaptable... etc)

* Review?(2 to 3 questions)

* relevant for Fusion HCM?

(Enterprise,Legislative datagroup,Business unit,division,dept)
(Legal entity in finance area)

* creation of Fusion HCM Organization?

(Other than ESC like Manage Enterprise,Manage Business unit etc)



OTBI and BIP reports

There are two kinds of reporting options available in Fusion Applications.

OTBI and BIP reports.

Links for OTBI:
https://apexapps.oracle.com/pls/apex/f?p=44785:2:::NO:::


Video links :
https://www.youtube.com/watch?v=mtjFBjiRHao&list=PLKCk3OyNwIzsR4jmcqJDscWw4zV2apncW

Thursday, 7 May 2015

Integration : Fusion Applications financials


Integration : Fusion Applications HCM

Integration in Fusion HCM

Links
http://www.ateam-oracle.com/fusion-hcm-cloud-bulk-integration-automation/
http://www.ateam-oracle.com/fusion-applications-user-role-identity-flow-and-initial-bulk-load/
https://blogs.oracle.com/fadevrel/tags/integration


Video Links


Security in Fusion Applications

I have found the following links useful in understanding Security concepts in Oracle.

Links :
https://blogs.oracle.com/fadevrel/entry/fusion_security_part_1_overview
http://www.ateam-oracle.com/introduction-to-fusion-applications-roles-concepts/




Videos:




Links to download pdf :

Introduction

While working on internet i felt like that there are lots of information about Fusion apps, which are not grouped.

Here i will try to Group all such info,links,Videos for quick reference.

I will also add my own work that can be useful for many who are working on Fusion applications.

Happy reading.