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 1151: -- standard call to check for call compatibility.

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

Line 1664: -- Standard check of p_commit.

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

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

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

Line 2056: -- Standard check of p_commit.

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

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

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

Line 2384: -- Standard check of p_commit.

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

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

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

Line 2687: -- Standard check of p_commit.

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

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

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

Line 2991: -- Standard check of p_commit.

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

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

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

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

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

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

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

Line 3640: -- Standard check of p_commit.

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

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

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

Line 3887: -- Standard check of p_commit.

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

Line 3999: -- p_created_by standard who column

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

Line 4000: -- p_creation_date standard who column

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

Line 4001: -- p_last_updated_by standard who column

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

Line 4002: -- p_last_update_date standard who column

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

Line 4003: -- p_last_update_login standard who column

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

Line 4004: -- p_program_applicaiton_id standard who column

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

Line 4005: -- p_program_id standard who column

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

Line 4006: -- p_program_update_date standard who column

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

Line 4007: -- p_request_id standard who column

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

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

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