DBA Data[Home] [Help]

APPS.BIS_CREATE_REQUESTSET dependencies on FND_REQUEST_SET_PROGRAM_ARGS

Line 1583: fnd_request_set_program_args d,

1579: from
1580: fnd_request_sets a,
1581: fnd_request_set_stages b,
1582: fnd_request_set_programs c,
1583: fnd_request_set_program_args d,
1584: fnd_application e
1585: where a.request_set_id=b.request_set_id
1586: and a.application_id=b.set_application_id
1587: and a.application_id=e.application_id

Line 2512: fnd_request_set_program_args c

2508: 'REPORT' object_type,
2509: c.default_value object_name
2510: from
2511: fnd_request_set_programs a,
2512: fnd_request_set_program_args c
2513: where a.set_application_id=p_set_app_id
2514: and a.request_set_id=p_set_id
2515: and a.request_set_stage_id=p_stage_id
2516: and a.request_set_id=c.request_set_id

Line 2823: fnd_request_set_program_args c

2819: 'MV' object_type,
2820: c.default_value object_name
2821: from
2822: fnd_request_set_programs a,
2823: fnd_request_set_program_args c
2824: where a.set_application_id=p_set_app_id
2825: and a.request_set_id=p_set_id
2826: and a.request_set_stage_id=p_stage_id
2827: and a.request_set_id=c.request_set_id