DBA Data[Home] [Help]

APPS.CST_LCMADJUSTMENTS_PVT dependencies on STANDARD

Line 447: /* Standard call to check for call compatibility */

443: ', Organization id ' || p_organization_id
444: );
445: END IF;
446:
447: /* Standard call to check for call compatibility */
448: IF NOT FND_API.Compatible_API_Call ( l_api_version,
449: p_api_version,
450: l_api_name,
451: G_PKG_NAME )

Line 718: COST METHOD: STANDARD |

714: END IF;
715:
716: l_stmt_num := 70;
717: /*--------------------------------------------------------------------------------------------------
718: COST METHOD: STANDARD |
719: ---------------------------------------------------------------------------------------------------|
720: SCENARIO NO. | WMS | ASSET | ACCOUNTING LINE TYPE | ID || ACCOUNT |
721: ---------------------------------------------------------------------------------------------------|
722: 1. | Y | Y | Purchase price variance | 6 || ORG PPV ACCOUNT |

Line 1140: /* Standard call to check for call compatibility */

1136: ', Wms enabled flag ' || p_wms_enabled_flag
1137: );
1138: END IF;
1139:
1140: /* Standard call to check for call compatibility */
1141: IF NOT FND_API.Compatible_API_Call ( l_api_version,
1142: p_api_version,
1143: l_api_name,
1144: G_PKG_NAME )

Line 1884: /* Standard call to check for call compatibility */

1880: ', Ledger id ' || p_ledger_id
1881: );
1882: END IF;
1883:
1884: /* Standard call to check for call compatibility */
1885: IF NOT FND_API.Compatible_API_Call ( l_api_version,
1886: p_api_version,
1887: l_api_name,
1888: G_PKG_NAME )

Line 2600: /* Standard call to check for call compatibility */

2596: /* Initialize API return status to success */
2597: x_return_status := FND_API.G_RET_STS_SUCCESS;
2598: l_return_status := FND_API.G_RET_STS_SUCCESS;
2599:
2600: /* Standard call to check for call compatibility */
2601: IF NOT FND_API.Compatible_API_Call ( l_api_version,
2602: p_api_version,
2603: l_api_name,
2604: G_PKG_NAME )