Vous êtes sur la page 1sur 4

1.

How to schedule the concurrent programs from Back end(PLSQL) -not from SRS fo
rm
fnd.request.submit_request( Concurrent_program_name,
application_short_name,
description,
child request,
sub request,
100 parameters)
-----------------------------------
2. How can we delete a Concurrent Program which is already registered?
Through the Application Front end its not possible to delete CP. But from backen
d we can delete it.
fnd_program.delete_program('SHORTNAME','APPLICATION');
fnd_program.delete_executable('SHORTNAME','APPLICATION');
-----------------------------------
3. value set types? Hierarchical and non Hierarchical security type? Independent
and Trans Independent value set?

4. Difference b/w KFF and DFF


5. Difference b/w org_id and organization_id
6. Why I need forms personalization when i have custom.pll

--------------
He worked in
SQL, PLSQL, reports(sql, excel, pdf) , forms personlaization, custom.pll, interf
ace, conversion, shell script
Module : GL, AR, OM & PA

1. What is a difference between Party and Customer in AR?


When a oraganization involving in a business transaction will be called as Custo
mer (until then oraganization called as Party)
2. Did u worked in any conversion/interface in AR?
a. Customer conversion
b. Invoice Interface
3. Tell the flow, tables & apis/interface tables involved in Invoice interface
API Names and base tables
Name API Name
Table Name
1) Customer Account HZ_CUST_ACCOUNT_V2PUB.create_cust_account
HZ_CUST_ACCOUNTS
HZ_PARTIES
HZ_CUSTOMER_PROFILES
HZ_CUST_PROFILE_AMTS
2) Account Site HZ_CUST_ACCOUNT_SITE_V2PUB.create_cust_acct_site
HZ_CUST_ACCT_SITES_ALL
3) Account Site Use HZ_CUST_ACCOUNT_SITE_V2PUB.create_cust_site_use
HZ_CUST_SITE_USES_ALL
HZ_CUSTOMER_PROFILES
HZ_CUST_PROFILE_AMTS
4) Location HZ_LOCATION_V2PUB.create_location
HZ_LOCATIONS
HZ_LOCATIONS_PROFILES
5) Contact Point HZ_CONTACT_POINT_V2PUB.create_contact_point
HZ_CONTACT_POINTS
HZ_CONTACT_POINT_V2PUB.create_phone_contact_point
Owner_table_name=HZ_PARTIES and
HZ_CONTACT_POINT_V2PUB.create_email_contact_point
owner_table_id=party_id
HZ_CONTACT_POINT_V2PUB.create_web_contact_point
Or
HZ_CONTACT_POINT_V2PUB.create_telex_contact_point
Owner_table_name=HZ_PARTY_SITES
and owner_table_id=party_site_id
Interface Tables
Customer Interface Tables
1) RA_CUSTOMERS_INTERFACE_ALL
2) RA_CUSTOMER_PROFILES_INT_ALL
3) RA_CONTACT_PHONES_INTERFACE

Invoice Interface Tables


1) RA_INTERFACE_LINES_ALL
2) RA_INTERFACE_DISTRIBUTIONS
3) RA_INTERFACE_ERRORS
4) RA_INTERFACE_SALESCREDITS_ALL
Invoice Base tables
1) RA_CUSTOMER_TRX_ALL Invoice Header
2) RA_CUSTOMER_TRX_LINES_ALL Invoice Line

4. Explain breifly abt customer/party tables and its apis


Party Tables & API names
1) Party Organization HZ_PARTY_V2PUB.create_organization
HZ_PARTIES
HZ_ORGANIZATION_PROFILES
2) Party - Person HZ_PARTY_V2PUB.create_person
HZ_PARTIES
HZ_PERSON_PROFILES
3) Party Site HZ_PARTY_SITE_V2PUB.create_party_site
HZ_PARTY_SITES
4) Party Site Use HZ_PARTY_SITE_V2PUB.create_party_site_use
HZ_PARTY_SITE_USES
5) Party Contact HZ_PARTY_CONTACT_V2PUB.create_org_contact
HZ_ORG_CONTACTS
HZ_RELATIONSHIPS
Customer Tables
1) Customer Account HZ_CUST_ACCOUNT_V2PUB.create_cust_account
HZ_CUST_ACCOUNTS
HZ_PARTIES
HZ_CUSTOMER_PROFILES
HZ_CUST_PROFILE_AMTS
2) Account Site HZ_CUST_ACCOUNT_SITE_V2PUB.create_cust_acct_site
HZ_CUST_ACCT_SITES_ALL
3) Account Site Use HZ_CUST_ACCOUNT_SITE_V2PUB.create_cust_site_use
HZ_CUST_SITE_USES_ALL
HZ_CUSTOMER_PROFILES
HZ_CUST_PROFILE_AMTS
4) Location HZ_LOCATION_V2PUB.create_location
HZ_LOCATIONS
HZ_LOCATIONS_PROFILES
5. Difference b/w Invoice import master and worker programs
Auto Invoice Master Program
Selects and marks records in the interface tables to be processed based on the p
arameters the user
entered and then calls the AutoInvoice Import program. Auto Invoice Master progr
am has no report output.
Submits multiple workers for Parallel Processing by creating instances for reque
st
Auto Invoice Import Program
Validates the selected record and creates transaction if it passes validation. A
ny record that fails validation is
left in the interface table with an error code. Depending on the setup, related
records may be rejected as well.
This program has an output file called Auto Invoice Execution report, which you
can view by clicking the View
Report button in the Requests

6. What are the tables for multi_org in Oracle Apps


select MULTI_ORG_FLAG from fnd_product_groups. If it returns Y then you have mul
ti-org.
7. What is the difference between gl_date,gl_posted?
gl_date is the date when an entry is made into gl. If an entry is posted on any
other day, gl_posted day would be different.
8. Name few GL base table and its usage
GL_JE_BATCHES - Multiple Journals grouped in single batches
GL_JE_HEADERS - Journals header information stored
GL_JE_LINES - Journals header information stored
GL_PERIODS - GL Periods information (used to check with accounting date)
GL_PERIOD_STATUSES - Status of GL Periods (Open, Closed, Future)
GL_JE_SOURCES - GL Source details will be stored

Vous aimerez peut-être aussi