DBA Data[Home] [Help]

APPS.ECE_SPSO_TRANS1 dependencies on ECE_SPSO_HEADERS_S

Line 1229: SELECT ece_spso_headers_s.nextval

1225: if ((exclude_zero_schedule_from_ff = 'N') OR
1226: (x_schedule_order > 0)) Then -- 2944455
1227: xProgress := 'SPSOB-10-1440';
1228: BEGIN
1229: SELECT ece_spso_headers_s.nextval
1230: INTO l_header_fkey
1231: FROM sys.dual;
1232: EXCEPTION
1233: WHEN NO_DATA_FOUND THEN

Line 1240: 'ECE_SPSO_HEADERS_S' );

1236: 'ECE_GET_NEXT_SEQ_FAILED',
1237: 'PROGRESS_LEVEL',
1238: xProgress,
1239: 'SEQ',
1240: 'ECE_SPSO_HEADERS_S' );
1241: END;
1242:
1243:
1244: xProgress := 'SPSOB-10-1450';