DBA Data[Home] [Help]

APPS.GLF02220_BJE_PKG dependencies on GL_PERIOD_STATUSES

Line 24: GL_PERIOD_STATUSES PS

20: (SELECT
21: 'Budget Journals Transactions exist'
22: FROM
23: GL_BUDGET_RANGE_INTERIM BI,
24: GL_PERIOD_STATUSES PS
25: WHERE
26: BI.ledger_id = X_ledger_id
27: AND BI.status_number = X_status_number
28: AND PS.application_id = 101

Line 533: GL_PERIOD_STATUSES PS

529: X_Session_Id,
530: X_Serial_Id
531: FROM
532: GL_BUDGET_RANGE_INTERIM BI,
533: GL_PERIOD_STATUSES PS
534: WHERE
535: BI.ledger_id = X_ledger_id
536: AND BI.status_number = X_status_number
537: AND PS.application_id = 101

Line 855: GL_PERIOD_STATUSES PS

851: 12, BI.stat_amount12,
852: 13, BI.stat_amount13 )
853: FROM
854: GL_BUDGET_RANGE_INTERIM BI,
855: GL_PERIOD_STATUSES PS
856: WHERE
857: BI.ledger_id = X_ledger_id
858: AND BI.status_number = X_status_number
859: AND PS.application_id = 101