DBA Data[Home] [Help]

APPS.PO_CHG_REQUEST_PVT dependencies on PO_SIGNATURE_GRP

Line 2951: PO_SIGNATURE_GRP.Find_Item_Key(

2947:
2948:
2949: -- First Find the Item Key for this Document if it were ever generated
2950: BEGIN
2951: PO_SIGNATURE_GRP.Find_Item_Key(
2952: p_api_version => 1.0,
2953: p_init_msg_list => FND_API.G_FALSE,
2954: p_po_header_id => p_po_header_id,
2955: p_revision_num => p_revision_num ,

Line 2970: PO_SIGNATURE_GRP.Get_Item_Key(

2966: -- To create Item key for the Document Signature Process
2967: IF (l_item_key is null) then
2968: BEGIN
2969:
2970: PO_SIGNATURE_GRP.Get_Item_Key(
2971: p_api_version => 1.0,
2972: p_init_msg_list => FND_API.G_FALSE,
2973: p_po_header_id => p_po_header_id,
2974: p_revision_num => p_revision_num ,

Line 3033: PO_SIGNATURE_GRP.Abort_Doc_Sign_Process(

3029: else
3030: -- If the Notification was not generated for the same user the
3031: -- Abort the previous process and start a new one
3032: BEGIN
3033: PO_SIGNATURE_GRP.Abort_Doc_Sign_Process(
3034: p_api_version => 1.0,
3035: p_init_msg_list => FND_API.G_FALSE,
3036: p_itemkey => l_item_key,
3037: x_result => x_result,

Line 3046: PO_SIGNATURE_GRP.Get_Item_Key(

3042: END;
3043: -- Generate new Item Key
3044: BEGIN
3045:
3046: PO_SIGNATURE_GRP.Get_Item_Key(
3047: p_api_version => 1.0,
3048: p_init_msg_list => FND_API.G_FALSE,
3049: p_po_header_id => p_po_header_id,
3050: p_revision_num => p_revision_num ,

Line 3175: PO_SIGNATURE_GRP.Find_Item_Key(

3171:
3172:
3173: -- First Find the Item Key for this Document if it were ever generated
3174: BEGIN
3175: PO_SIGNATURE_GRP.Find_Item_Key(
3176: p_api_version => 1.0,
3177: p_init_msg_list => FND_API.G_FALSE,
3178: p_po_header_id => p_po_header_id,
3179: p_revision_num => p_revision_num ,

Line 3194: PO_SIGNATURE_GRP.Get_Item_Key(

3190: -- To create Item key for the Document Signature Process
3191: IF (l_item_key is null) then
3192: BEGIN
3193:
3194: PO_SIGNATURE_GRP.Get_Item_Key(
3195: p_api_version => 1.0,
3196: p_init_msg_list => FND_API.G_FALSE,
3197: p_po_header_id => p_po_header_id,
3198: p_revision_num => p_revision_num ,

Line 3258: PO_SIGNATURE_GRP.Abort_Doc_Sign_Process(

3254: else
3255: -- If the Notification was not generated for the same user the
3256: -- Abort the previous process and start a new one
3257: BEGIN
3258: PO_SIGNATURE_GRP.Abort_Doc_Sign_Process(
3259: p_api_version => 1.0,
3260: p_init_msg_list => FND_API.G_FALSE,
3261: p_itemkey => l_item_key,
3262: x_result => x_result,

Line 3271: PO_SIGNATURE_GRP.Get_Item_Key(

3267: END;
3268: -- Generate new Item Key
3269: BEGIN
3270:
3271: PO_SIGNATURE_GRP.Get_Item_Key(
3272: p_api_version => 1.0,
3273: p_init_msg_list => FND_API.G_FALSE,
3274: p_po_header_id => p_po_header_id,
3275: p_revision_num => p_revision_num ,