DBA Data[Home] [Help]

APPS.PA_CLIENT_EXTN_PWP dependencies on STANDARD

Line 77: If you want to release the hold on all supplier invoices that are below a threshold amount, you can add customer code here to override the results of the standard logic used.

73:
74:
75: /*
76: Oracle code will not release the supplier invoices unless they are fully paid.
77: If you want to release the hold on all supplier invoices that are below a threshold amount, you can add customer code here to override the results of the standard logic used.
78: The CUSTOM_RELEASE_FLAG column value updated by this package will always take precedence over the RELEASE_FLAG value updated by the standard Oracle code.
79:
80: FOR rec IN C_OVERRIDE LOOP
81:

Line 78: The CUSTOM_RELEASE_FLAG column value updated by this package will always take precedence over the RELEASE_FLAG value updated by the standard Oracle code.

74:
75: /*
76: Oracle code will not release the supplier invoices unless they are fully paid.
77: If you want to release the hold on all supplier invoices that are below a threshold amount, you can add customer code here to override the results of the standard logic used.
78: The CUSTOM_RELEASE_FLAG column value updated by this package will always take precedence over the RELEASE_FLAG value updated by the standard Oracle code.
79:
80: FOR rec IN C_OVERRIDE LOOP
81:
82: Update PA_PWP_RELEASE_REPORT_ALL