DBA Data[Home] [Help]

APPS.QA_SS_PARENT_CHILD_PKG dependencies on FND_REQUEST

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

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

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

512: 'CREATE',
513: 'PLAN',
514: to_char(p_parent_plan_id));
515:
516: l_request_id := fnd_request.submit_request('QA',
517: 'QLTSSCPB',
518: null,
519: null,
520: FALSE,