DBA Data[Home] [Help]

APPS.QA_PARENT_CHILD_COPY_PKG dependencies on FND_REQUEST

Line 155: l_request_id := fnd_request.submit_request(application => 'QA',

151: l_request_id NUMBER;
152: BEGIN
153: IF p_plan_id IS NOT NULL THEN
154:
155: l_request_id := fnd_request.submit_request(application => 'QA',
156: program => 'QLTSSCPB',
157: argument1 => 'CREATE',
158: argument2 => 'PLAN',
159: argument3 => to_char(p_plan_id));

Line 1019: l_request_id := fnd_request.submit_request(application => 'QA',

1015: WHILE (src_id IS NOT NULL) LOOP
1016: --get a reference to this plan's info
1017: this_plan := phtable(src_id);
1018:
1019: l_request_id := fnd_request.submit_request(application => 'QA',
1020: program => 'QLTPVWWB',
1021: argument1 => get_plan_view_name(this_plan.dest_name),
1022: argument2 => NULL,
1023: argument3 => to_char(this_plan.dest_id),

Line 1031: l_request_id := fnd_request.submit_request(application => 'QA',

1027: if FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL then
1028: fnd_log.string(FND_LOG.LEVEL_STATEMENT, 'qapccpb.pls', 'add view generation request #'||l_request_id);
1029: end if;
1030:
1031: l_request_id := fnd_request.submit_request(application => 'QA',
1032: program => 'QLTSSCPB',
1033: argument1 => 'CREATE',
1034: argument2 => 'PLAN',
1035: argument3 => to_char(this_plan.dest_id));

Line 1044: l_request_id := fnd_request.submit_request(application => 'QA',

1040: END LOOP;
1041: END IF;
1042:
1043: --make one final call to regen the global view
1044: l_request_id := fnd_request.submit_request(application => 'QA',
1045: program => 'QLTPVWWB',
1046: argument1 => NULL,
1047: argument2 => NULL,
1048: argument3 => NULL,