DBA Data[Home] [Help]

APPS.AP_CARD_VALIDATE_PKG dependencies on AP_CARDS_ALL

Line 84: l_card_reference_id ap_cards_all.card_reference_id%type ;

80: l_card number;
81: /*x_response APPS.IBY_FNDCPT_COMMON_PUB.RESULT_REC_TYPE; Bug9789870 */
82: x_response IBY_FNDCPT_COMMON_PUB.RESULT_REC_TYPE;
83: l_card_id NUMBER;
84: l_card_reference_id ap_cards_all.card_reference_id%type ;
85: BEGIN
86:
87: --------------------------------------------------------------------
88: l_debug_info :=

Line 146: null ,trim(i.card_number), -- party id is null as we reference cards through ap_cards_all.employee_id

142: END ;
143:
144: /* iby_fndcpt_setup_pub.card_exists(1.0,NULL,
145: x_return_status, x_msg_count, x_msg_data,
146: null ,trim(i.card_number), -- party id is null as we reference cards through ap_cards_all.employee_id
147: p_card_instrument, x_response);
148:
149: if (x_return_status = 'S') then
150: x_instr_id := p_card_instrument.card_id;