DBA Data[Home] [Help]

APPS.QA_SS_PARENT_CHILD_PKG dependencies on FND_REQUEST

Line 503: l_request_id := fnd_request.submit_request('QA',

499:
500: -- call mapping API twice to do AK mapping
501: -- AK mapping for VQR results inquiry
502: -- twice: once for parent planid and then child planid
503: l_request_id := fnd_request.submit_request('QA',
504: 'QLTSSCPB',
505: null,
506: null,
507: FALSE,

Line 512: l_request_id := fnd_request.submit_request('QA',

508: 'CREATE',
509: 'PLAN',
510: to_char(p_parent_plan_id));
511:
512: l_request_id := fnd_request.submit_request('QA',
513: 'QLTSSCPB',
514: null,
515: null,
516: FALSE,