DBA Data[Home] [Help]

APPS.PA_PROJ_ACCUM_MAIN dependencies on PA_ACCUM_TXN_TIME

Line 1970: -- Inserting into the temporary table pa_accum_txn_time

1966:
1967: IF x_log_summ_mode = 'Y' THEN
1968: x_PrjSumEnd := SYSDATE; /* End time for Summary */
1969:
1970: -- Inserting into the temporary table pa_accum_txn_time
1971: -- the various start and end time values
1972:
1973: INSERT INTO pa_accum_txn_time
1974: (Project_id,

Line 1973: INSERT INTO pa_accum_txn_time

1969:
1970: -- Inserting into the temporary table pa_accum_txn_time
1971: -- the various start and end time values
1972:
1973: INSERT INTO pa_accum_txn_time
1974: (Project_id,
1975: Project_num,
1976: Request_id,
1977: Attribute1,

Line 2680: -- Inserting into the temporary table pa_accum_txn_time

2676: ROLLBACK WORK;
2677: RETURN;
2678: END IF; -- IF(x_reporting_period_status = 'Y')
2679:
2680: -- Inserting into the temporary table pa_accum_txn_time
2681: -- the various start and end time values
2682:
2683: IF x_log_summ_mode = 'Y' THEN
2684: INSERT INTO pa_accum_txn_time

Line 2684: INSERT INTO pa_accum_txn_time

2680: -- Inserting into the temporary table pa_accum_txn_time
2681: -- the various start and end time values
2682:
2683: IF x_log_summ_mode = 'Y' THEN
2684: INSERT INTO pa_accum_txn_time
2685: (Project_id,
2686: Project_num,
2687: Request_id,
2688: Attribute1,