DBA Data[Home] [Help]

APPS.ARP_AUTOAPPLY_API dependencies on AR_CASH_AUTOMATCH_DTLS

Line 337: FROM ar_cash_automatch_dtls

333: DECODE(padding_value_code, 'ANY', NVL(TO_CHAR(number_of_positions),'9999'),
334: 'ZERO', NVL(TO_CHAR(number_of_positions),'1,'),
335: 'SPACE', NVL(TO_CHAR(number_of_positions),'1,')) position
336: /* When no of positions is not mentioned replace all the occurences */
337: FROM ar_cash_automatch_dtls
338: WHERE automatch_id = p_rule_id
339: ORDER BY string_type_code ASC, string_location_code ASC, padding_sequence ASC;
340:
341: l_trx_ft_exp VARCHAR2(1000) := '^(';