DBA Data[Home] [Help]

APPS.POR_AMENDMENT_PKG dependencies on FND_APPLICATION

Line 6004: /* also use fnd_application table to find the application_id */

6000:
6001: l_progress:='060';
6002:
6003:
6004: /* also use fnd_application table to find the application_id */
6005: SELECT application_id
6006: INTO x_po_appl_id
6007: FROM fnd_application
6008: WHERE application_short_name = 'PO';

Line 6007: FROM fnd_application

6003:
6004: /* also use fnd_application table to find the application_id */
6005: SELECT application_id
6006: INTO x_po_appl_id
6007: FROM fnd_application
6008: WHERE application_short_name = 'PO';
6009:
6010: l_progress := '070';
6011: SELECT application_id

Line 6013: FROM fnd_application

6009:
6010: l_progress := '070';
6011: SELECT application_id
6012: INTO x_gl_appl_id
6013: FROM fnd_application
6014: WHERE application_short_name = 'SQLGL';
6015:
6016:
6017: