DBA Data[Home] [Help]

APPS.PO_INTERFACE_S dependencies on FND_APPLICATION

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

6641: /* 875315 - csheu: if the gl_date_option is not 'REQ GL DATE'
6642: then we need to make sure the period_name is not NULL
6643: even the period may not be opened */
6644:
6645: /* also use fnd_application table to find the application_id */
6646: SELECT application_id
6647: INTO x_po_appl_id
6648: FROM fnd_application
6649: WHERE application_short_name = 'PO';

Line 6648: FROM fnd_application

6644:
6645: /* also use fnd_application table to find the application_id */
6646: SELECT application_id
6647: INTO x_po_appl_id
6648: FROM fnd_application
6649: WHERE application_short_name = 'PO';
6650:
6651: l_progress := '070';
6652: SELECT application_id

Line 6654: FROM fnd_application

6650:
6651: l_progress := '070';
6652: SELECT application_id
6653: INTO x_gl_appl_id
6654: FROM fnd_application
6655: WHERE application_short_name = 'SQLGL';
6656:
6657: /* 973348, duplicate of 966370
6658: The following should be done only if the po encumbrance flag is yes