DBA Data[Home] [Help]

APPS.OZF_RESALE_WF_PVT dependencies on OZF_RESALE_PVT

Line 1065: OZF_RESALE_PVT.Initiate_Payment (

1061: --
1062: l_resale_batch_id := WF_ENGINE.GetItemAttrText(itemtype => itemtype,
1063: itemkey => itemkey,
1064: aname => G_WF_ATTR_BATCH_ID);
1065: OZF_RESALE_PVT.Initiate_Payment (
1066: p_api_version => 1.0
1067: ,p_init_msg_list => FND_API.G_FALSE
1068: ,p_commit => FND_API.G_FALSE
1069: ,p_validation_level => FND_API.G_VALID_LEVEL_FULL

Line 1701: OZF_RESALE_PVT.Process_Resale (

1697: --
1698: l_resale_batch_id := WF_ENGINE.GetItemAttrNumber(itemtype => itemtype,
1699: itemkey => itemkey,
1700: aname => G_WF_ATTR_BATCH_ID);
1701: OZF_RESALE_PVT.Process_Resale (
1702: p_api_version => 1
1703: ,p_init_msg_list => FND_API.G_FALSE
1704: ,p_commit => FND_API.G_FALSE
1705: ,p_validation_level => FND_API.G_VALID_LEVEL_FULL