DBA Data[Home] [Help]

APPS.ARP_PROCESS_LOCKBOX dependencies on ARP_LOCKBOX_HOOK

Line 3743: -- Call arp_lockbox_hook.custom_cursor

3739: -- PURCHASE_ORDER
3740: -- SALES_ORDER
3741: -- CONSOLIDATE_BILL
3742: -- Else
3743: -- Call arp_lockbox_hook.custom_cursor
3744: -- Parse the cursor
3745: -- Return cursor_name to find_cust_and_trx_num
3746: --
3747: --

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

4133: ' nvl(cpc.lockbox_matching_option, :b_lockbox_matching_option)) = ''CONSOLIDATE_BILL'' ' ||
4134: ' and trunc(ci.issue_date) ' ||
4135: ' = decode(:b_use_matching_date, ''ALWAYS'', :b_current_matching_date, trunc(ci.issue_date)) ';
4136: ELSE /* Custom option */
4137: arp_lockbox_hook.cursor_for_matching_rule(p_matching_option=>g_matching_option,
4138: p_cursor_string=>l_cursor_string);
4139: -- Bug 2045569. Have to set g_cursor_string.
4140: g_cursor_string := l_cursor_string;
4141: null;