DBA Data[Home] [Help]

APPS.AP_WEB_CC_VALIDATIONS_PKG dependencies on IBY_FNDCPT_SETUP_PUB

Line 479: IF(IBY_FNDCPT_SETUP_PUB.Get_Encryption_Patch_Level = 'PADSS') THEN

475: begin
476: --------------------------------------------------------------------
477: -- Invalid card number
478: --------------------------------------------------------------------
479: IF(IBY_FNDCPT_SETUP_PUB.Get_Encryption_Patch_Level = 'PADSS') THEN
480: num_rows := execute_update('update ap_credit_card_trxns_all cc
481: set validate_code = ''INVALID_CARD_NUMBER''
482: where card_id in
483: (select card_id

Line 691: p_card_instrument IBY_FNDCPT_SETUP_PUB.CREDITCARD_REC_TYPE;

687:
688: x_return_status VARCHAR2(4000);
689: x_msg_count NUMBER;
690: x_msg_data VARCHAR2(4000);
691: p_card_instrument IBY_FNDCPT_SETUP_PUB.CREDITCARD_REC_TYPE;
692: l_instrid NUMBER;
693: l_party_id NUMBER;
694: x_response IBY_FNDCPT_COMMON_PUB.RESULT_REC_TYPE;
695: l_bool boolean := true;

Line 735: iby_fndcpt_setup_pub.update_card(1.0,NULL,'F',x_return_status,x_msg_count,x_msg_data,

731: p_card_instrument.Owner_Id := l_party_id;
732: exception when others then
733: p_card_instrument.Owner_Id := null;
734: end;
735: iby_fndcpt_setup_pub.update_card(1.0,NULL,'F',x_return_status,x_msg_count,x_msg_data,
736: p_card_instrument, x_response);
737: end if;
738:
739: delete from ap_card_emp_candidates where card_id = p_card_id;

Line 915: IF(IBY_FNDCPT_SETUP_PUB.Get_Encryption_Patch_Level = 'PADSS') THEN

911:
912: --------------------------------------------------------------------
913: -- Delete invalid records
914: --------------------------------------------------------------------
915: IF(IBY_FNDCPT_SETUP_PUB.Get_Encryption_Patch_Level = 'PADSS') THEN
916: num_rows := execute_update('delete ap_credit_card_trxns_all cc where card_id in
917: (select card_id
918: from ap_cards_all apc, iby_creditcard icc
919: where apc.card_program_id = cc.card_program_id and