DBA Data[Home] [Help]

APPS.PA_PROJ_ACCUM_MAIN dependencies on PA_ACCUM_TXN_TIME

Line 1927: -- Inserting into the temporary table pa_accum_txn_time

1923:
1924: IF x_log_summ_mode = 'Y' THEN
1925: x_PrjSumEnd := SYSDATE; /* End time for Summary */
1926:
1927: -- Inserting into the temporary table pa_accum_txn_time
1928: -- the various start and end time values
1929:
1930: INSERT INTO pa_accum_txn_time
1931: (Project_id,

Line 1930: INSERT INTO pa_accum_txn_time

1926:
1927: -- Inserting into the temporary table pa_accum_txn_time
1928: -- the various start and end time values
1929:
1930: INSERT INTO pa_accum_txn_time
1931: (Project_id,
1932: Project_num,
1933: Request_id,
1934: Attribute1,

Line 2617: -- Inserting into the temporary table pa_accum_txn_time

2613: ROLLBACK WORK;
2614: RETURN;
2615: END IF; -- IF(x_reporting_period_status = 'Y')
2616:
2617: -- Inserting into the temporary table pa_accum_txn_time
2618: -- the various start and end time values
2619:
2620: IF x_log_summ_mode = 'Y' THEN
2621: INSERT INTO pa_accum_txn_time

Line 2621: INSERT INTO pa_accum_txn_time

2617: -- Inserting into the temporary table pa_accum_txn_time
2618: -- the various start and end time values
2619:
2620: IF x_log_summ_mode = 'Y' THEN
2621: INSERT INTO pa_accum_txn_time
2622: (Project_id,
2623: Project_num,
2624: Request_id,
2625: Attribute1,