DBA Data[Home] [Help]

APPS.QA_SOLUTION_DISPOSITION_PKG dependencies on QA_SS_CONST

Line 3810: l_move_order_char_id CONSTANT NUMBER := qa_ss_const.move_order_number;

3806: l_action_fired VARCHAR2(250);
3807:
3808: -- Find out correct element char_id and assign to the below constant
3809:
3810: l_move_order_char_id CONSTANT NUMBER := qa_ss_const.move_order_number;
3811: l_action_fired_char_id CONSTANT NUMBER := qa_ss_const.action_fired;
3812: l_disp_message_char_id CONSTANT NUMBER := qa_ss_const.disposition_message;
3813:
3814: l_txnheader_id NUMBER;

Line 3811: l_action_fired_char_id CONSTANT NUMBER := qa_ss_const.action_fired;

3807:
3808: -- Find out correct element char_id and assign to the below constant
3809:
3810: l_move_order_char_id CONSTANT NUMBER := qa_ss_const.move_order_number;
3811: l_action_fired_char_id CONSTANT NUMBER := qa_ss_const.action_fired;
3812: l_disp_message_char_id CONSTANT NUMBER := qa_ss_const.disposition_message;
3813:
3814: l_txnheader_id NUMBER;
3815:

Line 3812: l_disp_message_char_id CONSTANT NUMBER := qa_ss_const.disposition_message;

3808: -- Find out correct element char_id and assign to the below constant
3809:
3810: l_move_order_char_id CONSTANT NUMBER := qa_ss_const.move_order_number;
3811: l_action_fired_char_id CONSTANT NUMBER := qa_ss_const.action_fired;
3812: l_disp_message_char_id CONSTANT NUMBER := qa_ss_const.disposition_message;
3813:
3814: l_txnheader_id NUMBER;
3815:
3816: -- Bug 2698365. The below cursor is no longer required.