DBA Data[Home] [Help]

APPS.PAY_JP_ITWB_DML_PKG dependencies on PAY_JP_ITWB_WRK_V

Line 6014: from pay_jp_itwb_wrk_v

6010: cursor csr_wrk
6011: is
6012: select action_information_id,
6013: object_version_number
6014: from pay_jp_itwb_wrk_v
6015: where assignment_action_id = p_assignment_action_id
6016: and item_pay_id = p_item_pay_id
6017: and item_type = p_item_type
6018: and item_id = p_item_id;

Line 6227: from pay_jp_itwb_wrk_v

6223: cursor csr_wrk
6224: is
6225: select action_information_id,
6226: object_version_number
6227: from pay_jp_itwb_wrk_v
6228: where assignment_action_id = p_assignment_action_id
6229: and item_pay_id = p_item_pay_id
6230: and item_type = p_item_type
6231: and item_id = p_item_id;