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 1866: /* Standard call to check for call compatibility */

1862: ', Ledger id ' || p_ledger_id
1863: );
1864: END IF;
1865:
1866: /* Standard call to check for call compatibility */
1867: IF NOT FND_API.Compatible_API_Call ( l_api_version,
1868: p_api_version,
1869: l_api_name,
1870: G_PKG_NAME )

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

2578: /* Initialize API return status to success */
2579: x_return_status := FND_API.G_RET_STS_SUCCESS;
2580: l_return_status := FND_API.G_RET_STS_SUCCESS;
2581:
2582: /* Standard call to check for call compatibility */
2583: IF NOT FND_API.Compatible_API_Call ( l_api_version,
2584: p_api_version,
2585: l_api_name,
2586: G_PKG_NAME )