DBA Data[Home] [Help]

APPS.CN_SF_PARAMS_PVT dependencies on CN_SF_PARAMS_PKG

Line 30: -- Notes : This procedure uses the table handler CN_SF_PARAMS_PKG

26: -- Version : Current version 1.0
27: --
28: --
29: --
30: -- Notes : This procedure uses the table handler CN_SF_PARAMS_PKG
31: -- to get parameters from CN_SF_REPOSITORIES.
32: --
33: -- End of comments
34:

Line 252: CN_SF_PARAMS_pkg.update_row

248: -- Beginning of validation code -----
249:
250: -- End of validation code -----
251:
252: CN_SF_PARAMS_pkg.update_row
253: (
254: P_REPOSITORY_ID => p_sf_repositories_rec.REPOSITORY_ID,
255: P_CONTRACT_TITLE => p_sf_repositories_rec.CONTRACT_TITLE,
256: P_TERMS_AND_CONDITIONS => p_sf_repositories_rec.TERMS_AND_CONDITIONS,

Line 364: -- Notes : This procedure uses the table handler CN_SF_PARAMS_PKG

360: -- Version : Current version 1.0
361: --
362: --
363: --
364: -- Notes : This procedure uses the table handler CN_SF_PARAMS_PKG
365: -- to insert a row into CN_SF_REPOSITORIES after some validations.
366: --
367: -- End of comments
368:

Line 428: CN_SF_PARAMS_pkg.insert_row

424:
425:
426: -- End of validation code -----
427:
428: CN_SF_PARAMS_pkg.insert_row
429: (
430: P_REPOSITORY_ID => p_sf_repositories_rec.REPOSITORY_ID,
431: P_CONTRACT_TITLE => p_sf_repositories_rec.CONTRACT_TITLE,
432: P_TERMS_AND_CONDITIONS => p_sf_repositories_rec.TERMS_AND_CONDITIONS,