DBA Data[Home] [Help]

APPS.GMF_SUBLEDGER_PKG dependencies on GMF_PERIOD_BALANCES

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

1953: # make sure that subledger period start and end dates are within
1954: # current reval period.
1955: # Anand Thiyagarajan Bug#5623121 30-Oct-2006
1956: # Modified Code to fetch the prior period inventory period details
1957: # and the status of preliminary close from the gmf_period_balances
1958: # table rather than calling the procedure gmf_periodclose_pub.
1959: # Uday Phadtare Bug 7503258 NOV-18-2008. Modified CURSOR cur_inv_period_status
1960: # to avoid error CM_AC_INVENT_NOT_CL when running OPM Accounting Pre-processor.
1961: **********************************************************************************/

Line 2056: gmf_period_balances gpb

2052: hr_organization_information hoi,
2053: mtl_parameters mp,
2054: gmf_period_statuses gps,
2055: gl_ledgers gl,
2056: gmf_period_balances gpb
2057: WHERE gps.period_id = p_period_id
2058: AND hoi.org_information2 = gps.legal_entity_id
2059: AND hoi.org_information1 = gl.ledger_id
2060: AND oap.period_set_name = gl.period_set_name