SlideShare a Scribd company logo
1 of 5
Purchasing
-----------------------------------------
select * from po_requisition_headers_all
select * from po_requisition_lines_all
select * from po_req_distributions_all

select * from po_requisitions_interface_all --ccp is import requisitions
select * from po_req_dist_interface_all

select * from po_headers_all
select * from po_lines_all
select * from po_line_locations_all
select * from po_distributions_all
select * from po_releases_all

select * from po_headers_interface --ccp is import standard purchase_order
select * from po_lines_interface
select * from po_distributions_interface
select * from po_interface_errors

select * from po_vendors
select * from po_vendor_sites_all
select * from po_vendor_contacts

Inventory
--------------------------------------
select * from mtl_system_items_b -- base table
select * from mtl_item_categories
select * from mtl_item_revisions
select * from mtl_categories
select * from mtl_uom_conversions
select * from mtl_onhand_quantities
select * from mtl_parameters
select * from mtl_secondary_inventories
select * from mtl_material_transactions
select * from mtl_supply

select * from rcv_transactions --receiving tables
select * from rcv_shipment_lines
select * from rcv_shipment_headers

select * from mtl_system_items_interface -- ccp is import items
select * from mtl_item_categories_interface
select * from mtl_item_revisions_interface
select * from mtl_interface_errors --error table

Payables
------------------------------------------

select * from ap_invoices_all
select * from ap_invoice_distributions_all
select * from ap_invoice_payments_all
select * from ap_payment_schedules_all
select * from ap_checks_all
select * from ap_terms_all
select * from ap_bank_branches
select * from ap_bank_accounts_all

select * from ap_invoices_interface --ccp is payables open interface
select * from ap_invoice_lines_interface
select * from ap_interface_rejections --error table

general ledger
--------------------------------------------

select * from gl_je_headers
select * from gl_je_lines
select * from gl_je_batches
select * from gl_je_sources
select * from gl_code_combinations
select * from gl_code_combinations_kfv

select * from gl_daily_rates
select * from gl_budgets
select * from gl_budget_types


select * from gl_interface --ccp is journal import
select * from gl_daily_rates_interface --ccp is program daily rates import & calculations
select * from gl_budget_interface --- ccp is budget upload


order management
--------------------------------------------

select * from oe_order_headers_all
select * from oe_order_lines_all
select * from wsh_delivery_details
select * from wsh_delivery_asignments
select * from wsh_new_deliveries
select * from wsh_carriers
select * from wsh_freight_costs
select * from wsh_freight_cost_types

select * from oe_headers_iface_all --ccp is order import interface
select * from oe_lines_iface_all

receivables
----------------------------------------------

select * from hz_parties
select * from hz_party_sites
select * from hz_contact_points
select * from hz_cust_accounts
select * from hz_cust_acct_sites_all
select * from hz_cust_site_uses
select * from hz_locations


select * from ra_customer_trx_all
select * from ra_customer_trx_lines_all
select * from ra_Cust_trx_line_gl_dist_all
select * from ra_terms

select * from ar_payment_schedules_all
select * from ar_cash_receipts_all
select * from ar_cash_receipt_history_all
select * from ar_receivable_applications_all

select * from hz_party_interface
select * from hz_party_interface_errors

select * from ra_interface_lines_all
select * from ra_interface_distributions_all
select * from ra_interface_errors_all-- error table


select * from ar_payments_interface_all

FND TABLES
--------------------

selectmulti_org_flag,release_name from fnd_product_groups -- oracle apps version & multi org initilized or not
selectlanguage_code from fnd_languages where installed_flag ='B' --language
select * from fnd_user
SELECT * FROM FND_LOGINS
select * from fnd_tables
select * from fnd_application
select * from fnd_application_tl
select * from fnd_responsibility
select * from fnd_responsibility_tl
select * from fnd_form
select * from fnd_form_tl
select * from fnd_form_functions
select * from fnd_form_functions_tl
select * from fnd_MENUS
SELECT * FROM FND_MENUS_TL
SELECT * FROM FND_REQUEST_GROUPS
SELECT * FROM FND_REQUEST_GROUP_UNITS
SELECT * FROM FND_dATA_GROUPS
SELECT * FROM FND_USER_RESP_GROUPS
SELECT * FROM FND_LOOKUP_VALUES
SELECT * FROM FND_FLEX_VALUE_SETS
SELECT * FROM FND_FLEX_VALUES
SELECT * FROM FND_CONCURRENT_PROGRAMS
SELECT * FROM FND_CONCURRENT_PROGRAMS_TL
SELECT * FROM FND_CONCURRENT_REQUESTS
SELECT * FROM FND_CONCURRENT_QUEUES
TO REGISTER ALL AOL THROUGH BACKEND
-------------------------------------
1. FND_PROGRAM                  -- TO REGISTER AOL
2. FND_REQUEST                -- TO SUBMIT A REQUEST


FND_PROGRAM.EXECUTABLE       -- TO REGISTER EXECUTABLE
FND_PROGRAM.EXECUTABLE_EXISTS
FND_PROGRAM.DELETE_EXECUTABLE

FND_PROGRAM.REGISTER      -- TO REGISTER CONCURRENT PROGRAM
FND_PROGRAM.PROGRAM_EXISTS
FND_PROGRAM.DELETE_PROGRAM
FND_PROGRAM.ENABLE_PROGRAM

FND_PROGRAM.PARAMETER        -- TO DEFINE PARAMETER
FND_PROGRAM.PARAMETER_EXISTS
FND_PROGRAM.DELETE_PARAMETER

FND_PROGRAM.REQUEST_GROUP     -- TO DEFINE REQUEST GROUP
FND_PROGRAM.REQUEST_GROUP_EXISTS
FND_PROGRAM.DELETE_GROUP
FND_PROGRAM.ADD_TO_GROUP

FND_PROGRAM.PROGRAM_IN_GROUP -- TO CHECK WHEATHER CCP ASSIGN TO REQUEST GROUP OR NOT.


HOW TO SUBMIT REQUEST THROUGH BACKEND
-------------------------------------

FND_REQUEST.SUBMIT_REQUEST -- TO SUBMIT CCP THROUGH BACKEND

EXECUTE MULTI ORG VIEW
---------------------
BEGIN
FND_CLIENT_INFO.SET_ORG_CONTEXT('ORG_ID');
END;

------------------------------------------
Important Tables in HRMS

Per_all_people_F,
per_person_types,
per_person_type_usages,
per_addresses,
per_contact_Relationships,
per_periods_of_service
Per_all_assignments_f,
per_pay_groups,
per_jobs,
per_job_Definitions,
per_grades,
per_grade_definitions,
hr_all_positions,
hr_all_position_definitions,
hr_all_locations,
pay_all_payrolls_F
pay_element_entry_values_F,
pay_element_entries_F,
pay_elements_links_F,
pay_element_types_F

2. Key Flexfields (KFFs) in HRMS

        Job KFF,
        Grade KFF,
        People Group KFF,
        Position KFF,
        Cost Allocation KFF,
        Comptence KFF

More Related Content

What's hot

What's hot (8)

07 Line Balancing
07 Line Balancing07 Line Balancing
07 Line Balancing
 
Unit 4
Unit 4Unit 4
Unit 4
 
Av200 user manual_english_rev1.1
Av200 user manual_english_rev1.1Av200 user manual_english_rev1.1
Av200 user manual_english_rev1.1
 
Dgps control system
Dgps control systemDgps control system
Dgps control system
 
DCC 3.0(cctk)support for newly added bios tokens
DCC 3.0(cctk)support for newly added bios tokensDCC 3.0(cctk)support for newly added bios tokens
DCC 3.0(cctk)support for newly added bios tokens
 
Calibration process
Calibration processCalibration process
Calibration process
 
Alv Block
Alv BlockAlv Block
Alv Block
 
Usage of R730
Usage of R730Usage of R730
Usage of R730
 

Similar to Tables

COBOL BATCH EXAMPLE-RPR6621F
COBOL BATCH EXAMPLE-RPR6621FCOBOL BATCH EXAMPLE-RPR6621F
COBOL BATCH EXAMPLE-RPR6621FJon Fortman
 
Alvedit programs
Alvedit programsAlvedit programs
Alvedit programsmcclintick
 
Release strategy sitblr_2014
Release strategy sitblr_2014Release strategy sitblr_2014
Release strategy sitblr_2014Kumud Singh
 
Oracle ERP Personalization for control master items list
Oracle ERP Personalization for control master items listOracle ERP Personalization for control master items list
Oracle ERP Personalization for control master items listAhmed Elshayeb
 
qmx_reeher_transaction_dl_sql_ex.sql
qmx_reeher_transaction_dl_sql_ex.sqlqmx_reeher_transaction_dl_sql_ex.sql
qmx_reeher_transaction_dl_sql_ex.sqlBob Werner
 
PROGRAMI PER KURSIN ALPHA BUSINESS
PROGRAMI PER KURSIN ALPHA BUSINESSPROGRAMI PER KURSIN ALPHA BUSINESS
PROGRAMI PER KURSIN ALPHA BUSINESSSelf-employed
 
12c: Testing audit features for Data Pump (Export & Import) and RMAN jobs
12c: Testing audit features for Data Pump (Export & Import) and RMAN jobs12c: Testing audit features for Data Pump (Export & Import) and RMAN jobs
12c: Testing audit features for Data Pump (Export & Import) and RMAN jobsMonowar Mukul
 
2010 03 papi_indiana
2010 03 papi_indiana2010 03 papi_indiana
2010 03 papi_indianaPTIHPA
 
Sybase to oracle_conversion
Sybase to oracle_conversionSybase to oracle_conversion
Sybase to oracle_conversionSam Varadarajan
 
Splunk | Save Report Use Cases
Splunk | Save Report Use CasesSplunk | Save Report Use Cases
Splunk | Save Report Use CasesBeth Goldman
 
Examples of-tca-apis
Examples of-tca-apisExamples of-tca-apis
Examples of-tca-apisMihai Fildan
 
Basic command for Time sync (Domain Controllers)
Basic command for Time sync (Domain Controllers)Basic command for Time sync (Domain Controllers)
Basic command for Time sync (Domain Controllers)Naseem Khoodoruth
 
Alv interactive ABAPreport
Alv interactive ABAPreportAlv interactive ABAPreport
Alv interactive ABAPreportRavi Kanudawala
 

Similar to Tables (20)

Dipping to MNP DB
Dipping to MNP DBDipping to MNP DB
Dipping to MNP DB
 
ZFINDALLZPROGAM
ZFINDALLZPROGAMZFINDALLZPROGAM
ZFINDALLZPROGAM
 
COBOL BATCH EXAMPLE-RPR6621F
COBOL BATCH EXAMPLE-RPR6621FCOBOL BATCH EXAMPLE-RPR6621F
COBOL BATCH EXAMPLE-RPR6621F
 
Input output
Input outputInput output
Input output
 
Alvedit programs
Alvedit programsAlvedit programs
Alvedit programs
 
Fndload commands
Fndload commandsFndload commands
Fndload commands
 
Zmd Constant
Zmd ConstantZmd Constant
Zmd Constant
 
Release strategy sitblr_2014
Release strategy sitblr_2014Release strategy sitblr_2014
Release strategy sitblr_2014
 
Oracle ERP Personalization for control master items list
Oracle ERP Personalization for control master items listOracle ERP Personalization for control master items list
Oracle ERP Personalization for control master items list
 
qmx_reeher_transaction_dl_sql_ex.sql
qmx_reeher_transaction_dl_sql_ex.sqlqmx_reeher_transaction_dl_sql_ex.sql
qmx_reeher_transaction_dl_sql_ex.sql
 
PROGRAMI PER KURSIN ALPHA BUSINESS
PROGRAMI PER KURSIN ALPHA BUSINESSPROGRAMI PER KURSIN ALPHA BUSINESS
PROGRAMI PER KURSIN ALPHA BUSINESS
 
12c: Testing audit features for Data Pump (Export & Import) and RMAN jobs
12c: Testing audit features for Data Pump (Export & Import) and RMAN jobs12c: Testing audit features for Data Pump (Export & Import) and RMAN jobs
12c: Testing audit features for Data Pump (Export & Import) and RMAN jobs
 
ERP process in Industry
ERP process in IndustryERP process in Industry
ERP process in Industry
 
2010 03 papi_indiana
2010 03 papi_indiana2010 03 papi_indiana
2010 03 papi_indiana
 
ICP DAS USA Full Catalog
ICP DAS USA Full CatalogICP DAS USA Full Catalog
ICP DAS USA Full Catalog
 
Sybase to oracle_conversion
Sybase to oracle_conversionSybase to oracle_conversion
Sybase to oracle_conversion
 
Splunk | Save Report Use Cases
Splunk | Save Report Use CasesSplunk | Save Report Use Cases
Splunk | Save Report Use Cases
 
Examples of-tca-apis
Examples of-tca-apisExamples of-tca-apis
Examples of-tca-apis
 
Basic command for Time sync (Domain Controllers)
Basic command for Time sync (Domain Controllers)Basic command for Time sync (Domain Controllers)
Basic command for Time sync (Domain Controllers)
 
Alv interactive ABAPreport
Alv interactive ABAPreportAlv interactive ABAPreport
Alv interactive ABAPreport
 

More from Nawaz Sk

Sql task answers
Sql task answersSql task answers
Sql task answersNawaz Sk
 
Plsql task answers
Plsql task answersPlsql task answers
Plsql task answersNawaz Sk
 
Plsql task
Plsql taskPlsql task
Plsql taskNawaz Sk
 
Oracle order management implementation manual
Oracle order management implementation manualOracle order management implementation manual
Oracle order management implementation manualNawaz Sk
 
Forall & bulk binds
Forall & bulk bindsForall & bulk binds
Forall & bulk bindsNawaz Sk
 
R12 Shipping Execution User guide
R12 Shipping Execution User guideR12 Shipping Execution User guide
R12 Shipping Execution User guideNawaz Sk
 

More from Nawaz Sk (9)

Sql task answers
Sql task answersSql task answers
Sql task answers
 
Sql task
Sql taskSql task
Sql task
 
Plsql task answers
Plsql task answersPlsql task answers
Plsql task answers
 
Plsql task
Plsql taskPlsql task
Plsql task
 
Oracle order management implementation manual
Oracle order management implementation manualOracle order management implementation manual
Oracle order management implementation manual
 
Forall & bulk binds
Forall & bulk bindsForall & bulk binds
Forall & bulk binds
 
R12 Shipping Execution User guide
R12 Shipping Execution User guideR12 Shipping Execution User guide
R12 Shipping Execution User guide
 
121poug
121poug121poug
121poug
 
121ontapi
121ontapi121ontapi
121ontapi
 

Recently uploaded

Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
9548086042 for call girls in Indira Nagar with room service
9548086042  for call girls in Indira Nagar  with room service9548086042  for call girls in Indira Nagar  with room service
9548086042 for call girls in Indira Nagar with room servicediscovermytutordmt
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
fourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingfourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingTeacherCyreneCayanan
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...Sapna Thakur
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAssociation for Project Management
 

Recently uploaded (20)

Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
9548086042 for call girls in Indira Nagar with room service
9548086042  for call girls in Indira Nagar  with room service9548086042  for call girls in Indira Nagar  with room service
9548086042 for call girls in Indira Nagar with room service
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
fourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingfourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writing
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 

Tables

  • 1. Purchasing ----------------------------------------- select * from po_requisition_headers_all select * from po_requisition_lines_all select * from po_req_distributions_all select * from po_requisitions_interface_all --ccp is import requisitions select * from po_req_dist_interface_all select * from po_headers_all select * from po_lines_all select * from po_line_locations_all select * from po_distributions_all select * from po_releases_all select * from po_headers_interface --ccp is import standard purchase_order select * from po_lines_interface select * from po_distributions_interface select * from po_interface_errors select * from po_vendors select * from po_vendor_sites_all select * from po_vendor_contacts Inventory -------------------------------------- select * from mtl_system_items_b -- base table select * from mtl_item_categories select * from mtl_item_revisions select * from mtl_categories select * from mtl_uom_conversions select * from mtl_onhand_quantities select * from mtl_parameters select * from mtl_secondary_inventories select * from mtl_material_transactions select * from mtl_supply select * from rcv_transactions --receiving tables select * from rcv_shipment_lines select * from rcv_shipment_headers select * from mtl_system_items_interface -- ccp is import items select * from mtl_item_categories_interface select * from mtl_item_revisions_interface select * from mtl_interface_errors --error table Payables ------------------------------------------ select * from ap_invoices_all select * from ap_invoice_distributions_all select * from ap_invoice_payments_all select * from ap_payment_schedules_all
  • 2. select * from ap_checks_all select * from ap_terms_all select * from ap_bank_branches select * from ap_bank_accounts_all select * from ap_invoices_interface --ccp is payables open interface select * from ap_invoice_lines_interface select * from ap_interface_rejections --error table general ledger -------------------------------------------- select * from gl_je_headers select * from gl_je_lines select * from gl_je_batches select * from gl_je_sources select * from gl_code_combinations select * from gl_code_combinations_kfv select * from gl_daily_rates select * from gl_budgets select * from gl_budget_types select * from gl_interface --ccp is journal import select * from gl_daily_rates_interface --ccp is program daily rates import & calculations select * from gl_budget_interface --- ccp is budget upload order management -------------------------------------------- select * from oe_order_headers_all select * from oe_order_lines_all select * from wsh_delivery_details select * from wsh_delivery_asignments select * from wsh_new_deliveries select * from wsh_carriers select * from wsh_freight_costs select * from wsh_freight_cost_types select * from oe_headers_iface_all --ccp is order import interface select * from oe_lines_iface_all receivables ---------------------------------------------- select * from hz_parties select * from hz_party_sites select * from hz_contact_points select * from hz_cust_accounts select * from hz_cust_acct_sites_all select * from hz_cust_site_uses
  • 3. select * from hz_locations select * from ra_customer_trx_all select * from ra_customer_trx_lines_all select * from ra_Cust_trx_line_gl_dist_all select * from ra_terms select * from ar_payment_schedules_all select * from ar_cash_receipts_all select * from ar_cash_receipt_history_all select * from ar_receivable_applications_all select * from hz_party_interface select * from hz_party_interface_errors select * from ra_interface_lines_all select * from ra_interface_distributions_all select * from ra_interface_errors_all-- error table select * from ar_payments_interface_all FND TABLES -------------------- selectmulti_org_flag,release_name from fnd_product_groups -- oracle apps version & multi org initilized or not selectlanguage_code from fnd_languages where installed_flag ='B' --language select * from fnd_user SELECT * FROM FND_LOGINS select * from fnd_tables select * from fnd_application select * from fnd_application_tl select * from fnd_responsibility select * from fnd_responsibility_tl select * from fnd_form select * from fnd_form_tl select * from fnd_form_functions select * from fnd_form_functions_tl select * from fnd_MENUS SELECT * FROM FND_MENUS_TL SELECT * FROM FND_REQUEST_GROUPS SELECT * FROM FND_REQUEST_GROUP_UNITS SELECT * FROM FND_dATA_GROUPS SELECT * FROM FND_USER_RESP_GROUPS SELECT * FROM FND_LOOKUP_VALUES SELECT * FROM FND_FLEX_VALUE_SETS SELECT * FROM FND_FLEX_VALUES SELECT * FROM FND_CONCURRENT_PROGRAMS SELECT * FROM FND_CONCURRENT_PROGRAMS_TL SELECT * FROM FND_CONCURRENT_REQUESTS SELECT * FROM FND_CONCURRENT_QUEUES
  • 4. TO REGISTER ALL AOL THROUGH BACKEND ------------------------------------- 1. FND_PROGRAM -- TO REGISTER AOL 2. FND_REQUEST -- TO SUBMIT A REQUEST FND_PROGRAM.EXECUTABLE -- TO REGISTER EXECUTABLE FND_PROGRAM.EXECUTABLE_EXISTS FND_PROGRAM.DELETE_EXECUTABLE FND_PROGRAM.REGISTER -- TO REGISTER CONCURRENT PROGRAM FND_PROGRAM.PROGRAM_EXISTS FND_PROGRAM.DELETE_PROGRAM FND_PROGRAM.ENABLE_PROGRAM FND_PROGRAM.PARAMETER -- TO DEFINE PARAMETER FND_PROGRAM.PARAMETER_EXISTS FND_PROGRAM.DELETE_PARAMETER FND_PROGRAM.REQUEST_GROUP -- TO DEFINE REQUEST GROUP FND_PROGRAM.REQUEST_GROUP_EXISTS FND_PROGRAM.DELETE_GROUP FND_PROGRAM.ADD_TO_GROUP FND_PROGRAM.PROGRAM_IN_GROUP -- TO CHECK WHEATHER CCP ASSIGN TO REQUEST GROUP OR NOT. HOW TO SUBMIT REQUEST THROUGH BACKEND ------------------------------------- FND_REQUEST.SUBMIT_REQUEST -- TO SUBMIT CCP THROUGH BACKEND EXECUTE MULTI ORG VIEW --------------------- BEGIN FND_CLIENT_INFO.SET_ORG_CONTEXT('ORG_ID'); END; ------------------------------------------ Important Tables in HRMS Per_all_people_F, per_person_types, per_person_type_usages, per_addresses, per_contact_Relationships, per_periods_of_service Per_all_assignments_f, per_pay_groups, per_jobs, per_job_Definitions, per_grades, per_grade_definitions,