DBA Data[Home] [Help]

APPS.ARP_PROCESS_LOCKBOX dependencies on ARP_LOCKBOX_HOOK

Line 3762: -- Call arp_lockbox_hook.custom_cursor

3758: -- PURCHASE_ORDER
3759: -- SALES_ORDER
3760: -- CONSOLIDATE_BILL
3761: -- Else
3762: -- Call arp_lockbox_hook.custom_cursor
3763: -- Parse the cursor
3764: -- Return cursor_name to find_cust_and_trx_num
3765: --
3766: --

Line 4239: arp_lockbox_hook.cursor_for_matching_rule(p_matching_option=>g_matching_option,

4235: ' nvl(cpc.lockbox_matching_option, :b_lockbox_matching_option)) = ''CONSOLIDATE_BILL'' ' ||
4236: ' and trunc(ci.issue_date) ' ||
4237: ' = decode(:b_use_matching_date, ''ALWAYS'', :b_current_matching_date, trunc(ci.issue_date)) ';
4238: ELSE /* Custom option */
4239: arp_lockbox_hook.cursor_for_matching_rule(p_matching_option=>g_matching_option,
4240: p_cursor_string=>l_cursor_string);
4241: -- Bug 2045569. Have to set g_cursor_string.
4242: g_cursor_string := l_cursor_string;
4243: null;