DBA Data[Home] [Help]

APPS.PO_INTERFACE_S dependencies on FND_APPLICATION

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

7219: /* 875315 - csheu: if the gl_date_option is not 'REQ GL DATE'
7220: then we need to make sure the period_name is not NULL
7221: even the period may not be opened */
7222:
7223: /* also use fnd_application table to find the application_id */
7224: SELECT application_id
7225: INTO x_po_appl_id
7226: FROM fnd_application
7227: WHERE application_short_name = 'PO';

Line 7226: FROM fnd_application

7222:
7223: /* also use fnd_application table to find the application_id */
7224: SELECT application_id
7225: INTO x_po_appl_id
7226: FROM fnd_application
7227: WHERE application_short_name = 'PO';
7228:
7229: l_progress := '070';
7230: SELECT application_id

Line 7232: FROM fnd_application

7228:
7229: l_progress := '070';
7230: SELECT application_id
7231: INTO x_gl_appl_id
7232: FROM fnd_application
7233: WHERE application_short_name = 'SQLGL';
7234:
7235: /* 973348, duplicate of 966370
7236: The following should be done only if the po encumbrance flag is yes