DBA Data[Home] [Help]

APPS.WSH_DOCUMENT_PVT dependencies on STANDARD

Line 406: -- standard call to check for call compatibility.

402: --
403: l_module_name CONSTANT VARCHAR2(100) := 'wsh.plsql.' || G_PKG_NAME || '.' || 'GET_SEQUENCE_TYPE';
404: --
405: BEGIN
406: -- standard call to check for call compatibility.
407: --
408: -- Debug Statements
409: --
410: --

Line 594: -- standard call to check for call compatibility.

590: --
591: l_module_name CONSTANT VARCHAR2(100) := 'wsh.plsql.' || G_PKG_NAME || '.' || 'IS_FINAL';
592: --
593: BEGIN
594: -- standard call to check for call compatibility.
595: --
596: -- Debug Statements
597: --
598: --

Line 791: -- standard call to check for call compatibility.

787: END IF;
788: --
789: SAVEPOINT WSH_Document_PVT;
790:
791: -- standard call to check for call compatibility.
792: IF NOT FND_API.Compatible_API_Call ( l_api_version,
793: p_api_version,
794: l_api_name,
795: g_pkg_name ) THEN

Line 822: -- Standard check of p_commit.

818: -- get message count and the message itself (if only one message)
819: FND_MSG_PUB.count_and_get (p_count => x_msg_count,
820: p_data => x_msg_data);
821:
822: -- Standard check of p_commit.
823: IF FND_API.to_boolean( p_commit ) THEN
824: COMMIT WORK;
825: END IF;
826:

Line 1152: -- standard call to check for call compatibility.

1148: END IF;
1149: --
1150: SAVEPOINT WSH_Document_PVT;
1151:
1152: -- standard call to check for call compatibility.
1153: IF NOT FND_API.Compatible_API_Call ( l_api_version,
1154: p_api_version,
1155: l_api_name,
1156: g_pkg_name ) THEN

Line 1665: -- Standard check of p_commit.

1661: -- get message count and the message itself (if only one message)
1662: FND_MSG_PUB.count_and_get (p_count => x_msg_count,
1663: p_data => x_msg_data);
1664:
1665: -- Standard check of p_commit.
1666: IF FND_API.to_boolean( p_commit ) THEN
1667: COMMIT WORK;
1668: END IF;
1669:

Line 1927: -- standard call to check for call compatibility.

1923: END IF;
1924: --
1925: SAVEPOINT WSH_Document_PVT;
1926:
1927: -- standard call to check for call compatibility.
1928: IF NOT FND_API.Compatible_API_Call ( l_api_version,
1929: p_api_version,
1930: l_api_name,
1931: g_pkg_name ) THEN

Line 2057: -- Standard check of p_commit.

2053:
2054: -- get message count and the message itself (if only one message)
2055: FND_MSG_PUB.count_and_get (p_count => x_msg_count,
2056: p_data => x_msg_data);
2057: -- Standard check of p_commit.
2058: IF FND_API.to_boolean( p_commit ) THEN
2059: COMMIT WORK;
2060: END IF;
2061: --

Line 2249: -- standard call to check for call compatibility.

2245: END IF;
2246: --
2247: SAVEPOINT WSH_Document_PVT;
2248:
2249: -- standard call to check for call compatibility.
2250: IF NOT FND_API.Compatible_API_Call ( l_api_version,
2251: p_api_version,
2252: l_api_name,
2253: g_pkg_name ) THEN

Line 2385: -- Standard check of p_commit.

2381: END IF;
2382: -- get message count and the message itself (if only one message)
2383: FND_MSG_PUB.count_and_get (p_count => x_msg_count,
2384: p_data => x_msg_data);
2385: -- Standard check of p_commit.
2386: IF FND_API.to_boolean( p_commit ) THEN
2387: COMMIT WORK;
2388: END IF;
2389: --

Line 2568: -- standard call to check for call compatibility.

2564: END IF;
2565: --
2566: SAVEPOINT WSH_Document_PVT;
2567:
2568: -- standard call to check for call compatibility.
2569: IF NOT FND_API.Compatible_API_Call ( l_api_version,
2570: p_api_version,
2571: l_api_name,
2572: g_pkg_name ) THEN

Line 2688: -- Standard check of p_commit.

2684:
2685: -- get message count and the message itself (if only one message)
2686: FND_MSG_PUB.count_and_get (p_count => x_msg_count,
2687: p_data => x_msg_data);
2688: -- Standard check of p_commit.
2689: IF FND_API.to_boolean( p_commit ) THEN
2690: COMMIT WORK;
2691: END IF;
2692: --

Line 2872: -- standard call to check for call compatibility.

2868: END IF;
2869: --
2870: SAVEPOINT WSH_Document_PVT;
2871:
2872: -- standard call to check for call compatibility.
2873: IF NOT FND_API.Compatible_API_Call ( l_api_version,
2874: p_api_version,
2875: l_api_name,
2876: g_pkg_name ) THEN

Line 2992: -- Standard check of p_commit.

2988:
2989: -- get message count and the message itself (if only one message)
2990: FND_MSG_PUB.count_and_get (p_count => x_msg_count,
2991: p_data => x_msg_data);
2992: -- Standard check of p_commit.
2993: IF FND_API.to_boolean( p_commit ) THEN
2994: COMMIT WORK;
2995: END IF;
2996: --

Line 3127: -- standard call to check for call compatibility.

3123: --
3124: l_module_name CONSTANT VARCHAR2(100) := 'wsh.plsql.' || G_PKG_NAME || '.' || 'PRINT_DOCUMENT';
3125: --
3126: BEGIN
3127: -- standard call to check for call compatibility.
3128: --
3129: -- Debug Statements
3130: --
3131: --

Line 3337: -- standard call to check for call compatibility.

3333: --
3334: l_module_name CONSTANT VARCHAR2(100) := 'wsh.plsql.' || G_PKG_NAME || '.' || 'GET_CUMQTY';
3335: --
3336: BEGIN
3337: -- standard call to check for call compatibility.
3338: --
3339: -- Debug Statements
3340: --
3341: --

Line 3613: -- standard call to check for call compatibility.

3609: END IF;
3610: --
3611: SAVEPOINT WSH_Document_PVT;
3612:
3613: -- standard call to check for call compatibility.
3614: IF NOT FND_API.Compatible_API_Call ( l_api_version,
3615: p_api_version,
3616: l_api_name,
3617: g_pkg_name ) THEN

Line 3641: -- Standard check of p_commit.

3637:
3638: -- get message count and the message itself (if only one message)
3639: FND_MSG_PUB.count_and_get (p_count => x_msg_count,
3640: p_data => x_msg_data);
3641: -- Standard check of p_commit.
3642: IF FND_API.to_boolean( p_commit ) THEN
3643: COMMIT WORK;
3644: END IF;
3645: --

Line 3795: -- standard call to check for call compatibility.

3791: l_module_name CONSTANT VARCHAR2(100) := 'wsh.plsql.' || G_PKG_NAME || '.' || 'GET_ALL_DOCUMENTS';
3792: --
3793: BEGIN
3794:
3795: -- standard call to check for call compatibility.
3796: --
3797: -- Debug Statements
3798: --
3799: --

Line 3888: -- Standard check of p_commit.

3884:
3885: -- get message count and the message itself (if only one message)
3886: FND_MSG_PUB.count_and_get (p_count => x_msg_count,
3887: p_data => x_msg_data);
3888: -- Standard check of p_commit.
3889: IF FND_API.to_boolean( p_commit ) THEN
3890: COMMIT WORK;
3891: END IF;
3892: --

Line 4000: -- p_created_by standard who column

3996: -- p_shipper_hm_by shipper_bm_by of the document
3997: -- p_shipper_hm_date shipper_hm_date of the document
3998: -- p_carrier_hm_by carrier_hm_by of the document
3999: -- p_carrier_hm_date carrier_hm_date of the document
4000: -- p_created_by standard who column
4001: -- p_creation_date standard who column
4002: -- p_last_updated_by standard who column
4003: -- p_last_update_date standard who column
4004: -- p_last_update_login standard who column

Line 4001: -- p_creation_date standard who column

3997: -- p_shipper_hm_date shipper_hm_date of the document
3998: -- p_carrier_hm_by carrier_hm_by of the document
3999: -- p_carrier_hm_date carrier_hm_date of the document
4000: -- p_created_by standard who column
4001: -- p_creation_date standard who column
4002: -- p_last_updated_by standard who column
4003: -- p_last_update_date standard who column
4004: -- p_last_update_login standard who column
4005: -- p_program_applicaiton_id standard who column

Line 4002: -- p_last_updated_by standard who column

3998: -- p_carrier_hm_by carrier_hm_by of the document
3999: -- p_carrier_hm_date carrier_hm_date of the document
4000: -- p_created_by standard who column
4001: -- p_creation_date standard who column
4002: -- p_last_updated_by standard who column
4003: -- p_last_update_date standard who column
4004: -- p_last_update_login standard who column
4005: -- p_program_applicaiton_id standard who column
4006: -- p_program_id standard who column

Line 4003: -- p_last_update_date standard who column

3999: -- p_carrier_hm_date carrier_hm_date of the document
4000: -- p_created_by standard who column
4001: -- p_creation_date standard who column
4002: -- p_last_updated_by standard who column
4003: -- p_last_update_date standard who column
4004: -- p_last_update_login standard who column
4005: -- p_program_applicaiton_id standard who column
4006: -- p_program_id standard who column
4007: -- p_program_update_date standard who column

Line 4004: -- p_last_update_login standard who column

4000: -- p_created_by standard who column
4001: -- p_creation_date standard who column
4002: -- p_last_updated_by standard who column
4003: -- p_last_update_date standard who column
4004: -- p_last_update_login standard who column
4005: -- p_program_applicaiton_id standard who column
4006: -- p_program_id standard who column
4007: -- p_program_update_date standard who column
4008: -- p_request_id standard who column

Line 4005: -- p_program_applicaiton_id standard who column

4001: -- p_creation_date standard who column
4002: -- p_last_updated_by standard who column
4003: -- p_last_update_date standard who column
4004: -- p_last_update_login standard who column
4005: -- p_program_applicaiton_id standard who column
4006: -- p_program_id standard who column
4007: -- p_program_update_date standard who column
4008: -- p_request_id standard who column
4009: -- p_attribute_category Descriptive Flex field context

Line 4006: -- p_program_id standard who column

4002: -- p_last_updated_by standard who column
4003: -- p_last_update_date standard who column
4004: -- p_last_update_login standard who column
4005: -- p_program_applicaiton_id standard who column
4006: -- p_program_id standard who column
4007: -- p_program_update_date standard who column
4008: -- p_request_id standard who column
4009: -- p_attribute_category Descriptive Flex field context
4010: -- p_attribute1 Descriptive Flex field

Line 4007: -- p_program_update_date standard who column

4003: -- p_last_update_date standard who column
4004: -- p_last_update_login standard who column
4005: -- p_program_applicaiton_id standard who column
4006: -- p_program_id standard who column
4007: -- p_program_update_date standard who column
4008: -- p_request_id standard who column
4009: -- p_attribute_category Descriptive Flex field context
4010: -- p_attribute1 Descriptive Flex field
4011: -- p_attribute2 Descriptive Flex field

Line 4008: -- p_request_id standard who column

4004: -- p_last_update_login standard who column
4005: -- p_program_applicaiton_id standard who column
4006: -- p_program_id standard who column
4007: -- p_program_update_date standard who column
4008: -- p_request_id standard who column
4009: -- p_attribute_category Descriptive Flex field context
4010: -- p_attribute1 Descriptive Flex field
4011: -- p_attribute2 Descriptive Flex field
4012: -- p_attribute3 Descriptive Flex field

Line 4035: -- Does not conform to API standards.

4031: -- POST-CONDITIONS : None
4032: -- EXCEPTIONS : None
4033: --
4034: -- NOTES : 1. Called from Shipping trx form only. Not an API.
4035: -- Does not conform to API standards.
4036: --
4037: -- 2. In a consolidation situation, this routine looks
4038: -- for a lock only on the parent document only.
4039: --