DBA Data[Home] [Help]

APPS.RCV_DATES_S dependencies on INV_LE_TIMEZONE_PUB

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

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

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

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

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

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

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

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