DBA Data[Home] [Help]

APPS.AP_WEB_CC_VALIDATIONS_PKG dependencies on AP_CARD_EMP_CANDIDATES

Line 739: delete from ap_card_emp_candidates where card_id = p_card_id;

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;
740: end assign_employee;
741:
742:
743: ------------------------------------------------------------------------------