DBA Data[Home] [Help]

APPS.OZF_RESALE_WF_PVT dependencies on OZF_RESALE_PVT

Line 1140: OZF_RESALE_PVT.Initiate_Payment (

1136: --
1137: l_resale_batch_id := WF_ENGINE.GetItemAttrText(itemtype => itemtype,
1138: itemkey => itemkey,
1139: aname => G_WF_ATTR_BATCH_ID);
1140: OZF_RESALE_PVT.Initiate_Payment (
1141: p_api_version => 1.0
1142: ,p_init_msg_list => FND_API.G_FALSE
1143: ,p_commit => FND_API.G_FALSE
1144: ,p_validation_level => FND_API.G_VALID_LEVEL_FULL

Line 1822: OZF_RESALE_PVT.Process_Resale (

1818: --
1819: l_resale_batch_id := WF_ENGINE.GetItemAttrNumber(itemtype => itemtype,
1820: itemkey => itemkey,
1821: aname => G_WF_ATTR_BATCH_ID);
1822: OZF_RESALE_PVT.Process_Resale (
1823: p_api_version => 1
1824: ,p_init_msg_list => FND_API.G_FALSE
1825: ,p_commit => FND_API.G_FALSE
1826: ,p_validation_level => FND_API.G_VALID_LEVEL_FULL