DBA Data[Home] [Help]

APPS.PO_INVOICES_SV2 dependencies on INV_LE_TIMEZONE_PUB

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

800: invoice_received_date converted in to the LE time zone.
801: Bug: 5205516
802: */
803: X_curr_le_transaction_date :=
804: INV_LE_TIMEZONE_PUB.GET_LE_DAY_TIME_FOR_OU(x_curr_transaction_date,x_org_id);
805: X_progress := '060';
806:
807:
808:

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

1055: x_curr_conversion_rate_date,
1056: X_curr_payment_terms_id,
1057: x_group_id,
1058: x_org_id,
1059: --inv_le_timezone_pub.get_le_day_for_ou(x_curr_transaction_date, x_org_id),
1060: /* Bug 4735452. Commenting gl_date so that AP determines the same based on GL date basis */
1061: x_curr_shipment_type,
1062: 'Y',
1063: 'Y'

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

1438: x_curr_conversion_rate_date,
1439: X_curr_payment_terms_id,
1440: x_group_id,
1441: x_org_id,
1442: -- inv_le_timezone_pub.get_le_day_for_ou(x_curr_transaction_date, x_org_id),
1443: /* Bug 4735452. Commenting gl_date so that AP determines the same based on GL date basis */
1444: x_curr_shipment_type,
1445: 'Y',
1446: 'Y'

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

1688: X_curr_shipment_type := X_new_shipment_type;
1689:
1690: --Bug 5531203
1691: X_curr_le_transaction_date :=
1692: INV_LE_TIMEZONE_PUB.GET_LE_DAY_TIME_FOR_OU(x_curr_transaction_date,x_org_id);
1693:
1694:
1695: EXCEPTION
1696: WHEN others THEN