DBA Data[Home] [Help]

APPS.PA_TXN_ACCUMS dependencies on PA_TXN_ACCUM_S

Line 1134: SELECT pa_txn_accum_s.NEXTVAL

1130: IF ( is_row_found = 0 ) THEN
1131: --- Could not find a row, for the given transaction attributes
1132: BEGIN
1133:
1134: SELECT pa_txn_accum_s.NEXTVAL
1135: INTO x_txn_accum_Id
1136: FROM SYS.DUAL;
1137:
1138: -- Insert a row in PA_TXN_ACCUM now