DBA Data[Home] [Help]

APPS.PO_CHG_REQUEST_PVT dependencies on PO_SIGNATURE_GRP

Line 2804: PO_SIGNATURE_GRP.Find_Item_Key(

2800:
2801:
2802: -- First Find the Item Key for this Document if it were ever generated
2803: BEGIN
2804: PO_SIGNATURE_GRP.Find_Item_Key(
2805: p_api_version => 1.0,
2806: p_init_msg_list => FND_API.G_FALSE,
2807: p_po_header_id => p_po_header_id,
2808: p_revision_num => p_revision_num ,

Line 2823: PO_SIGNATURE_GRP.Get_Item_Key(

2819: -- To create Item key for the Document Signature Process
2820: IF (l_item_key is null) then
2821: BEGIN
2822:
2823: PO_SIGNATURE_GRP.Get_Item_Key(
2824: p_api_version => 1.0,
2825: p_init_msg_list => FND_API.G_FALSE,
2826: p_po_header_id => p_po_header_id,
2827: p_revision_num => p_revision_num ,

Line 2886: PO_SIGNATURE_GRP.Abort_Doc_Sign_Process(

2882: else
2883: -- If the Notification was not generated for the same user the
2884: -- Abort the previous process and start a new one
2885: BEGIN
2886: PO_SIGNATURE_GRP.Abort_Doc_Sign_Process(
2887: p_api_version => 1.0,
2888: p_init_msg_list => FND_API.G_FALSE,
2889: p_itemkey => l_item_key,
2890: x_result => x_result,

Line 2899: PO_SIGNATURE_GRP.Get_Item_Key(

2895: END;
2896: -- Generate new Item Key
2897: BEGIN
2898:
2899: PO_SIGNATURE_GRP.Get_Item_Key(
2900: p_api_version => 1.0,
2901: p_init_msg_list => FND_API.G_FALSE,
2902: p_po_header_id => p_po_header_id,
2903: p_revision_num => p_revision_num ,