DBA Data[Home] [Help]

APPS.IGC_CBC_VALIDATIONS_PKG dependencies on FND_APPLICATION

Line 507: l_gl_application_id fnd_application.application_id%TYPE;

503: l_cbc_override igc_cbc_je_lines.funds_check_level_code%TYPE;
504:
505: l_api_name CONSTANT VARCHAR2(30) := 'Validate_Get_CCID_Budget_Info';
506: l_api_version CONSTANT NUMBER := 1.0;
507: l_gl_application_id fnd_application.application_id%TYPE;
508:
509: /*Commented for compilation - igc_cbc_summary_templates_v View is dummy Bug No 6341012*/
510:
511: /*

Line 662: FROM fnd_application

658: -- Obtain the application ID that will be used throughout this process.
659: -- --------------------------------------------------------------------
660: SELECT application_id
661: INTO l_gl_application_id
662: FROM fnd_application
663: WHERE application_short_name = 'SQLGL';
664:
665: -- ------------------------------------------------------------------------
666: -- If this is a summary_record being inserted then get the DR_CR_CODE from

Line 1002: l_gl_application_id fnd_application.application_id%TYPE;

998: -- Declare local variables used within fuction
999: -- -------------------------------------------------------------------------
1000: l_api_name CONSTANT VARCHAR2(30) := 'Validate_Get_CCID_Period_Name';
1001: l_api_version CONSTANT NUMBER := 1.0;
1002: l_gl_application_id fnd_application.application_id%TYPE;
1003:
1004: -- --------------------------------------------------------------------------
1005: -- Obtain the period information on the set of books ID and the effective
1006: -- date range. This is the period information to be added into the records

Line 1083: FROM fnd_application

1079: -- Obtain the application ID that will be used throughout this process.
1080: -- --------------------------------------------------------------------
1081: SELECT application_id
1082: INTO l_gl_application_id
1083: FROM fnd_application
1084: WHERE application_short_name = 'SQLGL';
1085:
1086: -- -------------------------------------------------------------------------
1087: -- Based upon the type of check being performed open and fetch the period