DBA Data[Home] [Help]

APPS.PN_EXP_TO_AP dependencies on PN_PAYMENT_ITEMS_ALL

Line 1556: UPDATE pn_payment_items_all

1552: ---------------------------------------------------------------
1553: -- Set Transferred Flag to 'Y' for all payment items exported
1554: -- to AP
1555: ---------------------------------------------------------------
1556: UPDATE pn_payment_items_all
1557: SET transferred_to_ap_flag = 'Y' ,
1558: ap_invoice_num = l_invoice_num,
1559: last_updated_by = l_last_updated_by,
1560: last_update_login = l_last_update_login,

Line 2011: UPDATE pn_payment_items_all

2007: ---------------------------------------------------------------
2008: -- Set Transferred Flag to 'Y' for all payment items exported
2009: -- to AP
2010: ---------------------------------------------------------------
2011: UPDATE pn_payment_items_all
2012: SET transferred_to_ap_flag = 'Y' ,
2013: ap_invoice_num = l_invoice_num,
2014: last_updated_by = l_last_updated_by,
2015: last_update_login = l_last_update_login,