Oracle Apps Tech
Oracle Apps Tech
Oracle Apps Tech
PL/SQL, SQL experience and presently working with Avvas InfoTech Pvt
Limited,Banaglore
BOM:Standard
Option class
Model
Planning
Product family
BOM_INVETORY_COMPONENTS
BOM_REFERENCE_COMPONENTS
BOM_DEPARTMENTS
BOM_DEPARTMENT_RESOURCES
BOM_RESOURCE_CHARGES
BOM_OPERATIOAL_ROUTINGS
BOM_OPERATIONAL_SEQUENCES
Project Mgmt
Project Planning:
1)It defines the scope of the project, consisting of the end products that will be
delivered
3)It describes the interdependencies between the activities and when the activities will
be accomplished
4)It defines the resources necessary to acquire/develop and implement the end
products
5)It describes the processes and procedures that will be used for managing schedule,
cost, quality, procurement and risk
Project Planning activities:
1)Scope Planning
2)Scope Definition--wbs
3)Activity Definition
4)Activity Sequencing
5)Resource Planning
6)Schedule Development
7)Cost Estimating
8)Cost Budgeting
1)Quality planning
2)Organization planning
4)Communications Planning
5)Risk Planning
for future project decisions including, in particular, the criteria used to determine if
Scope Statement:
Project description
Phase description
Project deliverables
Project objectives
3. Make necessary changes and obtain sign-off from the project sponsor and
stakeholders.
such as design documents to ensure they are consistent with the approved
project scope, and monitoring of the project plan to watch for the addition of
out-of-scope activities.
changes in the project scope that may affect quality, schedule or cost.
Scope definition involves identifying the major tasks required to produce the project
deliverables and meet the
objectives defined in the project budget proposal and the project charter, and the in-
process or intermediate
deliverables associated with these tasks. For example, whereas the final project
deliverable may be an implemented
system with hardware, software, and user documentation, there is a whole set of in-
process deliverables that must be
â Program specifications
â Work plan
â Test plans
ƥ Rules:Defining rules doesnƞt identify when the rule should get evaluated or applied.
For each rule,
there should be conditions attached which power the execution of the rule.
ƥ Conditions:Conditions decide the event the rule to be executed. Each condition mainly
contains three sections i.e. Trigger Event, Trigger Object and Condition
Trigger Event:WHEN-NEW-FROM-INSTANCE
WHEN-NEW-BLOCK-INSTANCE
WHEN-NEW-RECORD_INSTANCE
WHNE-NEW-ITEM_INSTANCE
WHEN-VALIDATE-RECORD
ƥ Context:
site,responsibility
Industry
User
ƥ Actions:
Property
Builtin:DO_key,go_block,Raise-from-trigger-
failure,forms_ddl,fnd_utilities.open_url,fnd_function.exceute
special:Select the SPECIAL menu which is not used by the form. Menu label is the
prompt which
appears to the users when Tools menu is invoked, block specifies the blocks for which
the special
menu should be activated and Icon name is the .ico file name.
ONƛERROR: This trigger is executed when an error occurs and it processes all errors,
server or client side, using Message Dictionary calls.
enter-Query Mode:Does not allow out of current data block,exiting run time
session,insert,Update,delete
Master-detal :non-isolated,isolated,cascading
text-items:querying,updating,inserting,deleting
Summrized item:Ths same blcok as summrized item,A control block with single record
proprety set to YES.
scope:Form/block/item
type:pre/post/when/on/key
open_form/new-form/close-form
You can only change what Oracle Forms allows at runtime. For example, the following
cannot be
changed:
âYou cannot display an item which is not on a canvas (thus, individual flexfield
Form Personalization can only respond to events that are centrally processed and
dispatched by
âWHEN-VALIDATE-RECORD (in many but not all forms). This event occurs
whenever changes have been made to the current record in the current block.
âMENU1 through MENU15 menu entries, available in the Tools pulldown menu. These
are guaranteed not to be used by Oracle and are exclusively for customer use,
therefore we strongly encourage you to use these entries as opposed to the SPECIAL
menu entries in order to avoid collisions of code. When the user selects the entry, it
will fire the corresponding MENU# trigger. You must also create another rule that traps
fnd_form_custom_rules rul
, fnd_form_custom_scopes sco
, fnd_form_custom_actions act
# PRE-LOGON
# ON-LOGON
# POST-LOGON
# PRE-FORM
# PRE-BLOCK
# WHEN-NEW-FORM-INSTANCE
# WHEN-NEW-BLOCK-INSTANCE
# WHEN-NEW-ITEM-INSTANCE
# POST-BLOCK
# POST-FORM
RFq tables
PO_Requisition_headers_all
PO_Requisition_lines_all
PO_Req_distributions_all
Requisition
RFQ
Quotation
Purchase order
Latest Answer: You have to uncheck the STOCKABLE Check box in the inventory tab.
Mandatory parameters:P_concurrent_request_id
po_req_distributions_all.code_combination_id =
ap_invoice_disributions_all.dist_code_combination_id
If the Iinvoice Distribution is matched to a Purchase Order then
oe_order_lines_all.header_id =
RA_CUSTOMER_TRX_LINES_ALL.interface_line_attribut6
ra_customer_trx_lines.sales_order = oe_order_headers.order_number
What is a segment qualifier and how is it set for the segments of a KFF ?
Latest Answer: Segment qualifiers contain information about a value rather than the
segment that uses the value
1. BOM
2 Inventory
6. WF (workflow )
conc_id number(10);
begin
conc_id:=submit_request('application' 'program');
dbms_output.put_line(conc_id);
end;
begin
fnd_client_info.set_org_context(204);
end;
APPCORE.pll,APPCORE2.pll,FNDSQF.pll,APPDAYPK.pll,GLOBE.pll,JE.pll,JL.pll,JA.pll,VERT.
pll,GHR.pll,PQH_GEN.pll,PSAC.pll,PSB.pll,PSA.pll,IGILUTIL.pll,IGILUTIL2.pll,CUSTOM.pll,
GMS.pll,FV.pll,OPM.pll
setup---->suppliers....>invoices..>payments.....>reports......>periods.....>transfer to
GL.
What are different types of invoices and what is a recurring invoice?
AR Transaction Type Validation : Check if the Transaction type provided in data file is
defined in AR transaction types(RA_CUST_TRX_TYPES_ALL)
Transaction Batch Source Validation: Check if the source provided in data file is defined
in AR transaction Batch source (RA_BATCH_SOURCES_ALL).
Invoice Currency Validation: Check if the currency provided in data file is defined in AR
Currency (FND_CURRENCIES).
Customer Validation: Check if the Bill to Customer Number Ship to Customer Number
Bill to Custom Location Ship to Customer Location provided in the data file is defined in
AR Customer(ra_customers).
Term Name : Check if the Term name provided in the data file is defined in Payment
terms (RA_TERMS)
Validate Sales Credit Type : Sales Credit to hardcode to Quota Sales Credit
Inventory Item Validation: Check if the Item provided in data file is defined in Inventory
Items (MTL_SYSTEM_ITEMS).
Invoice Tax Code Validation : Check if the Tax Code provided in data file is defined in
AR_VAT_TAX_ALL_B Table.
adpatch utility
select BUG_NUMBER,CREATION_DATE
from AD_BUGS
portlets->portals,websites,commnunities,personalization