DBA Data[Home] [Help]

APPS.QA_SOLUTION_DISPOSITION_PKG dependencies on QA_SS_CONST

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

3790: l_action_fired VARCHAR2(250);
3791:
3792: -- Find out correct element char_id and assign to the below constant
3793:
3794: l_move_order_char_id CONSTANT NUMBER := qa_ss_const.move_order_number;
3795: l_action_fired_char_id CONSTANT NUMBER := qa_ss_const.action_fired;
3796: l_disp_message_char_id CONSTANT NUMBER := qa_ss_const.disposition_message;
3797:
3798: l_txnheader_id NUMBER;

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

3791:
3792: -- Find out correct element char_id and assign to the below constant
3793:
3794: l_move_order_char_id CONSTANT NUMBER := qa_ss_const.move_order_number;
3795: l_action_fired_char_id CONSTANT NUMBER := qa_ss_const.action_fired;
3796: l_disp_message_char_id CONSTANT NUMBER := qa_ss_const.disposition_message;
3797:
3798: l_txnheader_id NUMBER;
3799:

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

3792: -- Find out correct element char_id and assign to the below constant
3793:
3794: l_move_order_char_id CONSTANT NUMBER := qa_ss_const.move_order_number;
3795: l_action_fired_char_id CONSTANT NUMBER := qa_ss_const.action_fired;
3796: l_disp_message_char_id CONSTANT NUMBER := qa_ss_const.disposition_message;
3797:
3798: l_txnheader_id NUMBER;
3799:
3800: -- Bug 2698365. The below cursor is no longer required.