DBA Data[Home] [Help]

APPS.CSP_PL_SHIP_UTIL dependencies on STANDARD

Line 32: -- klou 01/26/00 Add standard exception messages.

28: -- It requires the packlist_header_id and the quantity_shipped.
29: -- History :
30: -- Userid Date Comments
31: -- --------- ------ ------------------------------------------
32: -- klou 01/26/00 Add standard exception messages.
33: -- klou 01/12/00 Replace AS_UTLIITY calls with JTF
34: -- klou 01/04/99 created.
35: --
36: -- NOTES: If validations have been done in the precedent procedure from which this one is being called,

Line 74: -- because we do not want to call the core apps standard validations.

70: l_packlist_header_id NUMBER;
71: --l_counter NUMBER := 0; -- used to test the loop. can be removed after debug.
72:
73: -- for inserting data, the validation_level should be none
74: -- because we do not want to call the core apps standard validations.
75: l_validation_level NUMBER := FND_API.G_VALID_LEVEL_NONE;
76: l_autoreceipt_flag csp_moveorder_headers.autoreceipt_flag%type;
77:
78: l_outcome BOOLEAN := TRUE;

Line 197: -- Standard call to check for call compatibility.

193: -- initialize message list
194: FND_MSG_PUB.initialize;
195: END IF;
196:
197: -- Standard call to check for call compatibility.
198: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
199: p_api_version_number,
200: l_api_name,
201: G_PKG_NAME)

Line 622: -- Standard call to check for call compatibility.

618: -- initialize message list
619: FND_MSG_PUB.initialize;
620: END IF;
621:
622: -- Standard call to check for call compatibility.
623: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
624: p_api_version_number,
625: l_api_name,
626: G_PKG_NAME)

Line 783: -- klou 06-Feb-2000 Added standard messages.

779: -- Person Date Descriptions
780: -- ------ -------- -----------------
781: -- klou 12-Apr-2000 Add p_check_receipt_short. If true, check also whether the status is '4' when it is not
782: -- the p_status_to_be_validated.
783: -- klou 06-Feb-2000 Added standard messages.
784: -- klou 04-Jan-2000 Created.
785: --
786: -- NOTES:
787: -- End of Comments

Line 920: -- Standard call to check for call compatibility.

916: -- initialize message list
917: FND_MSG_PUB.initialize;
918: END IF;
919:
920: -- Standard call to check for call compatibility.
921: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
922: p_api_version_number,
923: l_api_name,
924: G_PKG_NAME)