DBA Data[Home] [Help]

APPS.GMF_RESOURCECOST_PUB dependencies on GMF_PERIOD_STATUSES

Line 1197: FROM gmf_period_statuses

1193: BEGIN
1194: /* Get period_id with reference to l_legal_entity_id */
1195: SELECT period_id
1196: INTO l_period_id
1197: FROM gmf_period_statuses
1198: WHERE legal_entity_id = l_legal_entity_id
1199: AND calendar_code = l_calendar_code
1200: AND period_code = l_period_code
1201: AND cost_type_id = l_cost_type_id;