DBA Data[Home] [Help]

APPS.OKC_IMP_TERMS_TEMPLATES_PVT dependencies on OKC_TERMS_TEMPLATES_GRP

Line 1231: -- Call OKC_TERMS_TEMPLATES_GRP Insert

1227: p_template_rec.status := g_ret_sts_error;
1228: RAISE;
1229: END;
1230:
1231: -- Call OKC_TERMS_TEMPLATES_GRP Insert
1232: /*
1233: OKC_TERMS_TEMPLATES_ALL_S => Sequnce value will derived in the grp package
1234: WHO columns,Object version numberr also derived in the package.
1235: */

Line 1237: okc_terms_templates_grp.create_template

1233: OKC_TERMS_TEMPLATES_ALL_S => Sequnce value will derived in the grp package
1234: WHO columns,Object version numberr also derived in the package.
1235: */
1236: BEGIN
1237: okc_terms_templates_grp.create_template
1238: (p_api_version => 1,
1239: p_init_msg_list => fnd_api.g_true,
1240: p_validation_level => fnd_api.g_valid_level_full,
1241: p_commit => fnd_api.g_false,

Line 1795: okc_terms_templates_grp.update_template

1791: END;
1792:
1793: -- update_row
1794: BEGIN
1795: okc_terms_templates_grp.update_template
1796: (p_api_version => 1,
1797: p_init_msg_list => fnd_api.g_true,
1798: p_validation_level => fnd_api.g_valid_level_full,
1799: p_commit => fnd_api.g_false,