DBA Data[Home] [Help]

APPS.IGC_CBC_VALIDATIONS_PKG dependencies on STANDARD

Line 178: | Standard header params for Public Procedures. |

174: | on the Funds Checker process. |
175: | |
176: | Parameters : |
177: | |
178: | Standard header params for Public Procedures. |
179: | |
180: | p_api_version Version number for API to run |
181: | p_init_msg_list Message stack to be initialized flag |
182: | p_commit Is work to be commited here flag |

Line 319: -- is the case in the Standard funds check.

315:
316: -- --------------------------------------------------------------------
317: -- Make sure that the CCID start and end dates are in the active
318: -- range. If they are not then set the status of the line to 'F21 as
319: -- is the case in the Standard funds check.
320: -- --------------------------------------------------------------------
321:
322: p_result_code := 'F21';
323:

Line 449: | Standard header params for Public Procedures. |

445: | on the Funds Checker process. |
446: | |
447: | Parameters : |
448: | |
449: | Standard header params for Public Procedures. |
450: | |
451: | p_api_version Version number for API to run |
452: | p_init_msg_list Message stack to be initialized flag |
453: | p_commit Is work to be commited here flag |

Line 858: -- the standard funds check level is NOT set to 'None', use the cbc_override

854: END IF;
855:
856: -- -------------------------------------------------------------------------
857: -- If the CBC-specific funds check level (cbc_override) has a value, and
858: -- the standard funds check level is NOT set to 'None', use the cbc_override
859: -- -------------------------------------------------------------------------
860: IF ((l_cbc_override IS NOT NULL) AND
861: (l_funds_level_code <> 'N')) THEN
862: p_funds_level_code := l_cbc_override;

Line 953: | Standard header params for Public Procedures. |

949: | on the Funds Checker process. |
950: | |
951: | Parameters : |
952: | |
953: | Standard header params for Public Procedures. |
954: | |
955: | p_api_version Version number for API to run |
956: | p_init_msg_list Message stack to be initialized flag |
957: | p_commit Is work to be commited here flag |

Line 1242: | Standard header params for Public Procedures. |

1238: | on the Funds Checker process. |
1239: | |
1240: | Parameters : |
1241: | |
1242: | Standard header params for Public Procedures. |
1243: | |
1244: | p_api_version Version number for API to run |
1245: | p_init_msg_list Message stack to be initialized flag |
1246: | p_commit Is work to be commited here flag |

Line 1452: | Standard header params for Public Procedures. |

1448: | on the Funds Checker process. |
1449: | |
1450: | Parameters : |
1451: | |
1452: | Standard header params for Public Procedures. |
1453: | |
1454: | p_api_version Version number for API to run |
1455: | p_init_msg_list Message stack to be initialized flag |
1456: | p_commit Is work to be commited here flag |