DBA Data[Home] [Help]

APPS.RCV_DATES_S dependencies on INV_LE_TIMEZONE_PUB

Line 104: inv_le_timezone_pub.get_le_day_for_inv_org(x_trx_date, x_org_id),

100:
101: x_progress := '030';
102:
103: IF NOT (PO_DATES_S.val_open_period(
104: inv_le_timezone_pub.get_le_day_for_inv_org(x_trx_date, x_org_id),
105: x_sob_id,
106: 'SQLGL',
107: x_org_id)) THEN
108:

Line 128: inv_le_timezone_pub.get_le_day_for_inv_org(x_trx_date, x_org_id),

124: from ic_whse_mst
125: where mtl_organization_id = x_org_id;
126:
127: v_retval := GMICCAL.trans_date_validate(
128: inv_le_timezone_pub.get_le_day_for_inv_org(x_trx_date, x_org_id),
129: x_opm_orgn,
130: x_whse_code);
131:
132: --IF v_retval = -21 THEN /* Fiscal Yr and Fiscal Yr beginning date not found. */

Line 166: inv_le_timezone_pub.get_le_day_for_inv_org(x_trx_date, x_org_id),

162:
163: --else
164:
165: IF NOT (PO_DATES_S.val_open_period(
166: inv_le_timezone_pub.get_le_day_for_inv_org(x_trx_date, x_org_id),
167: x_sob_id,
168: 'INV',
169: x_org_id)) THEN
170:

Line 182: inv_le_timezone_pub.get_le_day_for_inv_org(x_trx_date, x_org_id),

178:
179: x_progress := '050';
180:
181: IF NOT (PO_DATES_S.val_open_period(
182: inv_le_timezone_pub.get_le_day_for_inv_org(x_trx_date, x_org_id),
183: x_sob_id,
184: 'PO',
185: x_org_id)) THEN
186: