DBA Data[Home] [Help]

APPS.JAI_CMN_RG_TRANSFER_PKG dependencies on JAI_CMN_RG_PLA_TRXS_S1

Line 1006: JAI_CMN_RG_PLA_TRXS_S1.nextval, v_fin_year, v_slno, null, null, null, null,

1002: LAST_UPDATE_LOGIN, POSTED_FLAG, MASTER_FLAG, BASIC_OPENING_BALANCE, BASIC_CLOSING_BALANCE,
1003: ADDITIONAL_OPENING_BALANCE, ADDITIONAL_CLOSING_BALANCE, OTHER_OPENING_BALANCE, OTHER_CLOSING_BALANCE,
1004: OTHER_TAX_DEBIT --Added by Sanjikum for cess for Bug #4136939
1005: ) VALUES (
1006: JAI_CMN_RG_PLA_TRXS_S1.nextval, v_fin_year, v_slno, null, null, null, null,
1007: null, v_src_transaction_id, null, null, null, null,
1008: p_amount, null, null, p_organization_id, p_location_id, null,
1009: SYSDATE, null, null, null, null, null,
1010: null, null, v_remarks, trunc(SYSDATE), v_opening_balance, v_closing_balance,

Line 1304: JAI_CMN_RG_PLA_TRXS_S1.nextval, v_to_fin_year, v_to_slno, null, null, p_amount, null,

1300: LAST_UPDATE_LOGIN, POSTED_FLAG, MASTER_FLAG, BASIC_OPENING_BALANCE, BASIC_CLOSING_BALANCE,
1301: ADDITIONAL_OPENING_BALANCE, ADDITIONAL_CLOSING_BALANCE, OTHER_OPENING_BALANCE, OTHER_CLOSING_BALANCE,
1302: OTHER_TAX_CREDIT --Added by Sanjikum for cess for Bug #4136939
1303: ) VALUES (
1304: JAI_CMN_RG_PLA_TRXS_S1.nextval, v_to_fin_year, v_to_slno, null, null, p_amount, null,
1305: null, v_to_transaction_id, v_from_register_id, null, null, null,
1306: null, null, null, p_to_organization_id, p_to_location_id, null,
1307: SYSDATE, null, null, null, null, null,
1308: null, null, v_remarks, trunc(SYSDATE), v_to_opening_balance, v_to_closing_balance,