DBA Data[Home] [Help]

APPS.GMF_SUBLEDGER_PKG dependencies on GMF_PERIOD_BALANCES

Line 1440: # and the status of preliminary close from the gmf_period_balances

1436: # make sure that subledger period start and end dates are within
1437: # current reval period.
1438: # Anand Thiyagarajan Bug#5623121 30-Oct-2006
1439: # Modified Code to fetch the prior period inventory period details
1440: # and the status of preliminary close from the gmf_period_balances
1441: # table rather than calling the procedure gmf_periodclose_pub
1442: ******************************************************************************/
1443:
1444: PROCEDURE check_costing(

Line 1533: gmf_period_balances gpb

1529: hr_organization_information hoi,
1530: mtl_parameters mp,
1531: gmf_period_statuses gps,
1532: gl_ledgers gl,
1533: gmf_period_balances gpb
1534: WHERE gps.period_id = p_period_id
1535: AND hoi.org_information2 = gps.legal_entity_id
1536: AND hoi.org_information1 = gl.ledger_id
1537: AND oap.period_set_name = gl.period_set_name