Apps

How to Submit Concurrent Program from back-end using fnd_request in Oracle Apps

fnd_request.submit_request Oracle Apps PL/SQL API helps to submit the concurrent program from the backend. backend means from the Database. fnd_request.submit_request Below is the signature of fnd_request.submit_request  API. This function submits a concurrent request for processing by concurrent Manager and returns, request id – if the request is submitted successfully 0 – if the request is not

How to Submit Concurrent Program from back-end using fnd_request in Oracle Apps Read More »

How to get Concatenated Segments in Oracle Fusion and Apps

The accounting flex field uniquely identifies a chart of accounts. The organization may choose 3 segments, 5 segment or 7 segments flex field as per the business requirement e.g Org 1 – Company, Department, and Account – 010.202.300 Org 2 – Company, Account, Product, Product Line, and Subaccount – 020.456.8898.8890.8980 GL_CODE_COMBINATIONS table stores all this

How to get Concatenated Segments in Oracle Fusion and Apps Read More »

Who Columns in Oracle Apps

Who columns in a table allows users to track changes made to the data in Oracle Apps. It also helps to differentiate between changes made by forms and changes made by concurrent programs. Below is the list of standard who columns, CREATED_BY The created_by is a number(15) not null column in a table that keeps

Who Columns in Oracle Apps Read More »

How to fix Planning Data Pull error “User not defined or not assigned to the responsibility – ‘APS COLLECTIONS’

Planning Data Pull request completes in error “User not defined or not assigned to the responsibility – ‘APS COLLECTIONS’”, when the user who submitted the request does not exists in source instance or does not have APS collection responsibility is assigned Check if the user exists in Oracle EBS Source side and has APS collection

How to fix Planning Data Pull error “User not defined or not assigned to the responsibility – ‘APS COLLECTIONS’ Read More »