DBA Data[Home] [Help]

APPS.PO_CORE_S dependencies on FND_API

Line 951: IF (l_invalid_period_flag = FND_API.G_FALSE) THEN

947: l_progress := '020';
948:
949: x_period := l_period_name_tbl(1);
950:
951: IF (l_invalid_period_flag = FND_API.G_FALSE) THEN
952:
953: l_progress := '030';
954: IF g_debug_stmt THEN
955: PO_DEBUG.debug_stmt(l_log_head,l_progress,'valid period');

Line 5835: -- FND_API.g_ret_sts_success - if the procedure completed successfully

5831: --p_sob_id
5832: -- The set of books ID, or NULL to default the current OU's SOB.
5833: --OUT:
5834: --x_return_status
5835: -- FND_API.g_ret_sts_success - if the procedure completed successfully
5836: -- FND_API.g_ret_sts_unexp_error - unexpected error occurred
5837: --x_in_sob
5838: -- TRUE if p_inv_org_id is within the set of books p_sob_id.
5839: -- FALSE otherwise.

Line 5836: -- FND_API.g_ret_sts_unexp_error - unexpected error occurred

5832: -- The set of books ID, or NULL to default the current OU's SOB.
5833: --OUT:
5834: --x_return_status
5835: -- FND_API.g_ret_sts_success - if the procedure completed successfully
5836: -- FND_API.g_ret_sts_unexp_error - unexpected error occurred
5837: --x_in_sob
5838: -- TRUE if p_inv_org_id is within the set of books p_sob_id.
5839: -- FALSE otherwise.
5840: --End of Comments

Line 5854: x_return_status := FND_API.g_ret_sts_success;

5850: l_progress VARCHAR2(3);
5851: l_in_sob VARCHAR2(1);
5852: BEGIN
5853: l_progress := '000';
5854: x_return_status := FND_API.g_ret_sts_success;
5855:
5856: IF g_debug_stmt THEN
5857: PO_DEBUG.debug_stmt
5858: (p_log_head => g_log_head||'check_inv_org_in_sob',

Line 5913: x_return_status := FND_API.g_ret_sts_unexp_error;

5909: END IF;
5910:
5911: EXCEPTION
5912: WHEN OTHERS THEN
5913: x_return_status := FND_API.g_ret_sts_unexp_error;
5914: x_in_sob := FALSE;
5915: FND_MSG_PUB.add_exc_msg(p_pkg_name => g_pkg_name,
5916: p_procedure_name => 'check_inv_org_in_sob',
5917: p_error_text => 'Progress: '||l_progress||

Line 5946: -- FND_API.g_ret_sts_success - if the procedure completed successfully

5942: --p_inv_org_id
5943: -- The inventory organization ID.
5944: --OUT:
5945: --x_return_status
5946: -- FND_API.g_ret_sts_success - if the procedure completed successfully
5947: -- FND_API.g_ret_sts_unexp_error - unexpected error occurred
5948: --x_ou_id
5949: -- The operating unit ID associated with the inventory org p_inv_org_id. This
5950: -- will be NULL if p_inv_org_id is passed in as NULL.

Line 5947: -- FND_API.g_ret_sts_unexp_error - unexpected error occurred

5943: -- The inventory organization ID.
5944: --OUT:
5945: --x_return_status
5946: -- FND_API.g_ret_sts_success - if the procedure completed successfully
5947: -- FND_API.g_ret_sts_unexp_error - unexpected error occurred
5948: --x_ou_id
5949: -- The operating unit ID associated with the inventory org p_inv_org_id. This
5950: -- will be NULL if p_inv_org_id is passed in as NULL.
5951: --End of Comments

Line 5963: x_return_status := FND_API.g_ret_sts_success;

5959: IS
5960: l_progress VARCHAR2(3);
5961: BEGIN
5962: l_progress := '000';
5963: x_return_status := FND_API.g_ret_sts_success;
5964:
5965: IF g_debug_stmt THEN
5966: PO_DEBUG.debug_stmt
5967: (p_log_head => g_log_head||'get_inv_org_ou_id',

Line 6004: x_return_status := FND_API.g_ret_sts_unexp_error;

6000: END IF;
6001:
6002: EXCEPTION
6003: WHEN OTHERS THEN
6004: x_return_status := FND_API.g_ret_sts_unexp_error;
6005: FND_MSG_PUB.add_exc_msg(p_pkg_name => g_pkg_name,
6006: p_procedure_name => 'get_inv_org_ou_id',
6007: p_error_text => 'Progress: '||l_progress||
6008: ' Error: '||SUBSTRB(SQLERRM,1,215));

Line 6035: -- FND_API.g_ret_sts_success - if the procedure completed successfully

6031: --p_inv_org_id
6032: -- The inventory organization ID.
6033: --OUT:
6034: --x_return_status
6035: -- FND_API.g_ret_sts_success - if the procedure completed successfully
6036: -- FND_API.g_ret_sts_unexp_error - unexpected error occurred
6037: --x_sob_id
6038: -- The set of books ID associated with the inventory org p_inv_org_id.
6039: --End of Comments

Line 6036: -- FND_API.g_ret_sts_unexp_error - unexpected error occurred

6032: -- The inventory organization ID.
6033: --OUT:
6034: --x_return_status
6035: -- FND_API.g_ret_sts_success - if the procedure completed successfully
6036: -- FND_API.g_ret_sts_unexp_error - unexpected error occurred
6037: --x_sob_id
6038: -- The set of books ID associated with the inventory org p_inv_org_id.
6039: --End of Comments
6040: --------------------------------------------------------------------------------

Line 6051: x_return_status := FND_API.g_ret_sts_success;

6047: IS
6048: l_progress VARCHAR2(3);
6049: BEGIN
6050: l_progress := '000';
6051: x_return_status := FND_API.g_ret_sts_success;
6052:
6053: IF g_debug_stmt THEN
6054: PO_DEBUG.debug_stmt
6055: (p_log_head => g_log_head||'get_inv_org_sob_id',

Line 6084: x_return_status := FND_API.g_ret_sts_unexp_error;

6080: END IF;
6081:
6082: EXCEPTION
6083: WHEN OTHERS THEN
6084: x_return_status := FND_API.g_ret_sts_unexp_error;
6085: FND_MSG_PUB.add_exc_msg(p_pkg_name => g_pkg_name,
6086: p_procedure_name => 'get_inv_org_sob_id',
6087: p_error_text => 'Progress: '||l_progress||
6088: ' Error: '||SUBSTRB(SQLERRM,1,215));

Line 6120: -- FND_API.g_ret_sts_success - if the procedure completed successfully

6116: --p_inv_org_id
6117: -- The inventory organization ID.
6118: --OUT:
6119: --x_return_status
6120: -- FND_API.g_ret_sts_success - if the procedure completed successfully
6121: -- FND_API.g_ret_sts_unexp_error - unexpected error occurred
6122: --x_business_group_id
6123: -- The business group ID associated with the inventory org p_inv_org_id.
6124: --x_set_of_books_id

Line 6121: -- FND_API.g_ret_sts_unexp_error - unexpected error occurred

6117: -- The inventory organization ID.
6118: --OUT:
6119: --x_return_status
6120: -- FND_API.g_ret_sts_success - if the procedure completed successfully
6121: -- FND_API.g_ret_sts_unexp_error - unexpected error occurred
6122: --x_business_group_id
6123: -- The business group ID associated with the inventory org p_inv_org_id.
6124: --x_set_of_books_id
6125: -- The set of books ID associated with the inventory org p_inv_org_id.

Line 6148: x_return_status := FND_API.g_ret_sts_success;

6144: IS
6145: l_progress VARCHAR2(3);
6146: BEGIN
6147: l_progress := '000';
6148: x_return_status := FND_API.g_ret_sts_success;
6149:
6150: IF g_debug_stmt THEN
6151: PO_DEBUG.debug_stmt
6152: (p_log_head => g_log_head||'get_inv_org_info',

Line 6196: x_return_status := FND_API.g_ret_sts_unexp_error;

6192: END IF;
6193:
6194: EXCEPTION
6195: WHEN OTHERS THEN
6196: x_return_status := FND_API.g_ret_sts_unexp_error;
6197: FND_MSG_PUB.add_exc_msg(p_pkg_name => g_pkg_name,
6198: p_procedure_name => 'get_inv_org_info',
6199: p_error_text => 'Progress: '||l_progress||
6200: ' Error: '||SUBSTRB(SQLERRM,1,215));

Line 6875: -- FND_API.G_RET_STS_SUCCESS if the parameter value is valid.

6871: --p_parameter_value
6872: -- Parameter value to be validated
6873: --OUT:
6874: --x_return_status
6875: -- FND_API.G_RET_STS_SUCCESS if the parameter value is valid.
6876: -- FND_API.G_RET_STS_ERROR if the parameter value is not valid.
6877: -- FND_API.G_RET_STS_UNEXP_ERROR if an unexpected error occurred.
6878: --End of Comments
6879: -------------------------------------------------------------------------------

Line 6876: -- FND_API.G_RET_STS_ERROR if the parameter value is not valid.

6872: -- Parameter value to be validated
6873: --OUT:
6874: --x_return_status
6875: -- FND_API.G_RET_STS_SUCCESS if the parameter value is valid.
6876: -- FND_API.G_RET_STS_ERROR if the parameter value is not valid.
6877: -- FND_API.G_RET_STS_UNEXP_ERROR if an unexpected error occurred.
6878: --End of Comments
6879: -------------------------------------------------------------------------------
6880: PROCEDURE validate_yes_no_param (

Line 6877: -- FND_API.G_RET_STS_UNEXP_ERROR if an unexpected error occurred.

6873: --OUT:
6874: --x_return_status
6875: -- FND_API.G_RET_STS_SUCCESS if the parameter value is valid.
6876: -- FND_API.G_RET_STS_ERROR if the parameter value is not valid.
6877: -- FND_API.G_RET_STS_UNEXP_ERROR if an unexpected error occurred.
6878: --End of Comments
6879: -------------------------------------------------------------------------------
6880: PROCEDURE validate_yes_no_param (
6881: x_return_status OUT NOCOPY VARCHAR2,

Line 6887: x_return_status := FND_API.G_RET_STS_SUCCESS;

6883: p_parameter_value IN VARCHAR2
6884: ) IS
6885: l_proc_name CONSTANT VARCHAR2(30) := 'VALIDATE_YES_NO_PARAM';
6886: BEGIN
6887: x_return_status := FND_API.G_RET_STS_SUCCESS;
6888:
6889: IF (p_parameter_value IS NOT NULL)
6890: AND (p_parameter_value NOT IN (G_PARAMETER_YES, G_PARAMETER_NO)) THEN
6891:

Line 6897: x_return_status := FND_API.G_RET_STS_ERROR;

6893: FND_MESSAGE.set_token('PARAMETER_NAME', p_parameter_name);
6894: FND_MESSAGE.set_token('PARAMETER_VALUE', p_parameter_value);
6895: FND_MSG_PUB.add;
6896:
6897: x_return_status := FND_API.G_RET_STS_ERROR;
6898: RETURN;
6899: END IF;
6900:
6901: EXCEPTION

Line 6905: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;

6901: EXCEPTION
6902: WHEN OTHERS THEN
6903: PO_DEBUG.handle_unexp_error(p_pkg_name => g_pkg_name,
6904: p_proc_name => l_proc_name );
6905: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
6906: END validate_yes_no_param;
6907: -- Bug 3373453 END
6908:
6909:

Line 7719: p_init_msg_list => FND_API.G_FALSE,

7715: ELSE
7716:
7717: JMF_SHIKYU_GRP.Validate_Osa_Flag(
7718: p_api_version => 1.0,
7719: p_init_msg_list => FND_API.G_FALSE,
7720: x_return_status => l_return_status,
7721: x_msg_count => l_msg_count,
7722: x_msg_data => l_msg_data,
7723: p_inventory_item_id => p_item_id,