DBA Data[Home] [Help]

APPS.XDP_ENGINE dependencies on XDP_FULFILL_ACTIONS

Line 1690: XDP_FULFILL_ACTIONS fan

1686: frt.provisioning_sequence,
1687: NVL(frt.error_ref_id, 0) error_ref_id
1688: from
1689: xdp_fa_runtime_list frt,
1690: XDP_FULFILL_ACTIONS fan
1691: where
1692: frt.workitem_instance_id = p_wi_instance_id and
1693: frt.fulfillment_action_id = fan.fulfillment_action_id;
1694: BEGIN

Line 1763: XDP_FULFILL_ACTIONS fan,

1759: fcl.provisioning_procedure,
1760: fcl.fulfillment_element_name
1761: from
1762: xdp_fa_runtime_list frt,
1763: XDP_FULFILL_ACTIONS fan,
1764: xdp_fe_cmd_aud_trails fcl
1765: where
1766: frt.fa_instance_id = fcl.fa_instance_id and
1767: frt.fulfillment_action_id = fan.fulfillment_action_id and