DBA Data[Home] [Help]

VIEW: APPS.PAY_JP_SOE_RETRO_ASSACTS_V

Source

View Text - Preformatted

SELECT assact.assignment_id, assact.assignment_action_id, assact.object_version_number, assact.action_status, assact.d_action_status, assact.marked_for_retry_flag, assact.action_sequence, assact.payroll_action_id, assact.request_id, assact.start_date, assact.effective_date, assact.date_earned, assact.action_type, assact.d_action_type, assact.backpay_set_id, assact.backpay_set_name, assact.assignment_set_id, assact.assignment_set_name, assact.legislative_parameters, assact.messages_exist_flag, substrb(pay_jp_soe_pkg.retro_entries_processed_flag(assact.assignment_action_id),1,1) from pay_jp_soe_assacts_v assact where assact.action_type = 'G'
View Text - HTML Formatted

SELECT ASSACT.ASSIGNMENT_ID
, ASSACT.ASSIGNMENT_ACTION_ID
, ASSACT.OBJECT_VERSION_NUMBER
, ASSACT.ACTION_STATUS
, ASSACT.D_ACTION_STATUS
, ASSACT.MARKED_FOR_RETRY_FLAG
, ASSACT.ACTION_SEQUENCE
, ASSACT.PAYROLL_ACTION_ID
, ASSACT.REQUEST_ID
, ASSACT.START_DATE
, ASSACT.EFFECTIVE_DATE
, ASSACT.DATE_EARNED
, ASSACT.ACTION_TYPE
, ASSACT.D_ACTION_TYPE
, ASSACT.BACKPAY_SET_ID
, ASSACT.BACKPAY_SET_NAME
, ASSACT.ASSIGNMENT_SET_ID
, ASSACT.ASSIGNMENT_SET_NAME
, ASSACT.LEGISLATIVE_PARAMETERS
, ASSACT.MESSAGES_EXIST_FLAG
, SUBSTRB(PAY_JP_SOE_PKG.RETRO_ENTRIES_PROCESSED_FLAG(ASSACT.ASSIGNMENT_ACTION_ID)
, 1
, 1)
FROM PAY_JP_SOE_ASSACTS_V ASSACT
WHERE ASSACT.ACTION_TYPE = 'G'