DBA Data[Home] [Help]

APPS.PO_INVOICES_SV2 dependencies on INV_LE_TIMEZONE_PUB

Line 753: INV_LE_TIMEZONE_PUB.GET_LE_DAY_TIME_FOR_OU(x_curr_transaction_date,x_org_id);

749: invoice_received_date converted in to the LE time zone.
750: Bug: 5205516
751: */
752: X_curr_le_transaction_date :=
753: INV_LE_TIMEZONE_PUB.GET_LE_DAY_TIME_FOR_OU(x_curr_transaction_date,x_org_id);
754: X_progress := '060';
755:
756:
757:

Line 1002: --inv_le_timezone_pub.get_le_day_for_ou(x_curr_transaction_date, x_org_id),

998: x_curr_conversion_rate_date,
999: X_curr_payment_terms_id,
1000: x_group_id,
1001: x_org_id,
1002: --inv_le_timezone_pub.get_le_day_for_ou(x_curr_transaction_date, x_org_id),
1003: /* Bug 4735452. Commenting gl_date so that AP determines the same based on GL date basis */
1004: x_curr_shipment_type,
1005: 'Y',
1006: 'Y'

Line 1378: -- inv_le_timezone_pub.get_le_day_for_ou(x_curr_transaction_date, x_org_id),

1374: x_curr_conversion_rate_date,
1375: X_curr_payment_terms_id,
1376: x_group_id,
1377: x_org_id,
1378: -- inv_le_timezone_pub.get_le_day_for_ou(x_curr_transaction_date, x_org_id),
1379: /* Bug 4735452. Commenting gl_date so that AP determines the same based on GL date basis */
1380: x_curr_shipment_type,
1381: 'Y',
1382: 'Y'

Line 1628: INV_LE_TIMEZONE_PUB.GET_LE_DAY_TIME_FOR_OU(x_curr_transaction_date,x_org_id);

1624: X_curr_shipment_type := X_new_shipment_type;
1625:
1626: --Bug 5531203
1627: X_curr_le_transaction_date :=
1628: INV_LE_TIMEZONE_PUB.GET_LE_DAY_TIME_FOR_OU(x_curr_transaction_date,x_org_id);
1629:
1630:
1631: EXCEPTION
1632: WHEN others THEN